Skip to content

Commit

Permalink
feat: bump go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
frittentheke committed Aug 15, 2024
1 parent 24269ee commit b87d6bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Build
on: [ push ]

env:
GO_VERSION: '1.21.0'
GO_VERSION_SHORT: '1.21'
GOLANGCI_VERSION: 'v1.54.0'
STATICCHECK_VERSION: '2023.1.3'
GO_VERSION: '1.23'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
GO_VERSION: '1.21.0'
GO_VERSION: '1.23'

permissions:
contents: write
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.20.5-bullseye AS Build
FROM golang:1.23.0-bullseye AS Build

RUN mkdir /build
ADD . /build
Expand Down

0 comments on commit b87d6bf

Please sign in to comment.