repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
dca976a
parent
1317d25
author
Eric Bower
date
2024-03-01 11:54:19 -0500 EST
chore: bump docker go version
1 files changed,  +1, -1
M Makefile
+1, -1
1@@ -81,7 +81,7 @@ pico-plus:
2 
3 scripts:
4 	# might need to set MINIO_URL
5-	docker run --rm -it --env-file .env -v $(shell pwd):/app -w /app golang:1.21 /bin/bash
6+	docker run --rm -it --env-file .env -v $(shell pwd):/app -w /app golang:1.22 /bin/bash
7 .PHONY: scripts
8 
9 fmt: