Skip to content

Commit

Permalink
Merge pull request #4 from akquinet/bump-golang
Browse files Browse the repository at this point in the history
fix(ci): bump go to 1.23
  • Loading branch information
rwxd authored Aug 27, 2024
2 parents 506c414 + 4da204d commit 8439c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/golang:1.22 as builder
FROM docker.io/golang:1.23 as builder

# Set destination for COPY
WORKDIR /app
Expand Down

0 comments on commit 8439c94

Please sign in to comment.