diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e2217b4..a4f39198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index b651a289..2ff0d7ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/go.mod b/go.mod index a5a16c5a..15163717 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/qdm12/gluetun -go 1.22 +go 1.23 require ( github.com/breml/rootcerts v0.2.17