feat(build): upgrade Go from 1.22 to 1.23

This commit is contained in:
Quentin McGaw
2024-10-11 18:58:10 +00:00
parent abe9dcbe33
commit 81ffbaf057
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: "^1.22" go-version: "^1.23"
- uses: github/codeql-action/init@v3 - uses: github/codeql-action/init@v3
with: with:
languages: go languages: go

View File

@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.20 ARG ALPINE_VERSION=3.20
ARG GO_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 XCPUTRANSLATE_VERSION=v0.6.0
ARG GOLANGCI_LINT_VERSION=v1.61.0 ARG GOLANGCI_LINT_VERSION=v1.61.0
ARG MOCKGEN_VERSION=v1.6.0 ARG MOCKGEN_VERSION=v1.6.0

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/qdm12/gluetun module github.com/qdm12/gluetun
go 1.22 go 1.23
require ( require (
github.com/breml/rootcerts v0.2.17 github.com/breml/rootcerts v0.2.17