chore: upgrade go to v1.23.2 (#1997)

Upgrades Go to 1.23.2
This commit is contained in:
Nicholas Wiersma
2024-11-14 07:36:25 +02:00
committed by GitHub
parent 76e7c3746a
commit e53c524a96
7 changed files with 11 additions and 13 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ services:
context: .
dockerfile: cmd/proxy/Dockerfile
args:
GOLANG_VERSION: "1.22"
GOLANG_VERSION: "1.23"
environment:
- ATHENS_MONGO_STORAGE_URL=mongodb://mongo:27017
- TIMEOUT=20 # in case the mongo dependency takes longer to start up
@@ -20,7 +20,7 @@ services:
context: .
dockerfile: Dockerfile.test
args:
GOLANG_VERSION: "1.22"
GOLANG_VERSION: "1.23"
command: ["./scripts/test_unit.sh"]
environment:
- GO_ENV=test
@@ -36,7 +36,7 @@ services:
context: .
dockerfile: Dockerfile.test
args:
GOLANG_VERSION: "1.22"
GOLANG_VERSION: "1.23"
command: ["./scripts/test_e2e.sh"]
azurite:
image: arafato/azurite:2.6.5