Skip to content

Commit

Permalink
feat(build): upgrade Go from 1.22 to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Oct 11, 2024
1 parent abe9dcb commit 81ffbaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.22"
go-version: "^1.23"
- uses: github/codeql-action/init@v3
with:
languages: go
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.20
ARG GO_ALPINE_VERSION=3.20
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23
ARG XCPUTRANSLATE_VERSION=v0.6.0
ARG GOLANGCI_LINT_VERSION=v1.61.0
ARG MOCKGEN_VERSION=v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/qdm12/gluetun

go 1.22
go 1.23

require (
github.com/breml/rootcerts v0.2.17
Expand Down

0 comments on commit 81ffbaf

Please sign in to comment.