We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0988554 commit 0506cd8Copy full SHA for 0506cd8
.github/workflows/golangci-lint.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v5
16
- uses: actions/setup-go@v5
17
with:
18
- go-version: '1.24.x'
+ go-version: '1.25.x'
19
cache: false
20
- name: golangci-lint
21
uses: golangci/golangci-lint-action@v6
go.mod
@@ -2,7 +2,7 @@ module github.com/ekristen/gcp-nuke
2
3
go 1.23.0
4
5
-toolchain go1.24.6
+toolchain go1.25.0
6
7
require (
8
cloud.google.com/go/bigquery v1.65.0
0 commit comments