Skip to content

Commit

Permalink
GitHub+Dockerfile: bump Go version to v1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed May 31, 2024
1 parent 811deaa commit c11f697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
# If you change this value, please change it in the following files as well:
# /Dockerfile
# /.golanlint-ci
GO_VERSION: 1.19.4
GO_VERSION: 1.22.3

jobs:
########################
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM} golang:1.19.4-alpine as builder
FROM --platform=${BUILDPLATFORM} golang:1.22.3-alpine as builder

# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.
Expand Down

0 comments on commit c11f697

Please sign in to comment.