Skip to content

Commit

Permalink
go 1.22 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc authored May 21, 2024
1 parent 8fce480 commit 4c6093c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: '1.21.x'
go-version: '1.22.x'
check-latest: true
cache: true

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.5 as build
FROM golang:1.22.3 as build

WORKDIR /go/src/app
COPY . .
Expand Down

0 comments on commit 4c6093c

Please sign in to comment.