diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a293477d1..d32ea2ff6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,7 +37,7 @@ jobs: uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4 with: cache: false - go-version-input: '1.24.7' + go-version-input: '1.24.8' # An explicit Go version is needed for govulncheck-action since internally # it uses an outdated setup-go@v5.0 action that does not respect the 'toolchain' # directive in the 'go.mod' file. diff --git a/go.mod b/go.mod index 6ac1d4282..4494d2c11 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kopia/kopia go 1.24.0 -toolchain go1.24.7 +toolchain go1.24.8 require ( cloud.google.com/go/storage v1.57.0 diff --git a/site/.go-version b/site/.go-version index 4ceb49d61..a4219c13d 100644 --- a/site/.go-version +++ b/site/.go-version @@ -1 +1 @@ -1.23.x +1.24.x