Skip to content

Commit

Permalink
chore(plugin): update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Apr 18, 2024
1 parent 79533c4 commit 70bfb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ MAX_DATA_SIZE=12
# version
ALPINE_VERSION=3.16

GOLANG_VERSION=1.21
KRAKEND_CE_VERSION=2.5.0
GOLANG_VERSION=1.22.2
KRAKEND_CE_VERSION=2.6.2
ARTIVC_VERSION=0.10.0
K6_VERSION=0.44.0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
context: ./${API_GATEWAY_HOST}
args:
SERVICE_NAME: api-gateway
GOLANG_VERSION: 1.21.3
GOLANG_VERSION: 1.22.2
ALPINE_VERSION: 3.18
KRAKEND_CE_VERSION: ${KRAKEND_CE_VERSION}

Expand Down

0 comments on commit 70bfb25

Please sign in to comment.