Skip to content

Commit

Permalink
Update golang version
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew DeVenny <[email protected]>
  • Loading branch information
matthewdevenny committed May 14, 2024
1 parent 8d2d12d commit dbe7ad7
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.22.x'
check-latest: true

- name: Print Go Version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VERSION=develop
ARG GO_VERSION=1.21.7
ARG GO_VERSION=1.22.3

FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine as build

Expand Down

0 comments on commit dbe7ad7

Please sign in to comment.