Skip to content

Commit 0506cd8

Browse files
chore(deps): update dependency go to v1.25.0
1 parent 0988554 commit 0506cd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.24.x'
18+
go-version: '1.25.x'
1919
cache: false
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v6

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/ekristen/gcp-nuke
22

33
go 1.23.0
44

5-
toolchain go1.24.6
5+
toolchain go1.25.0
66

77
require (
88
cloud.google.com/go/bigquery v1.65.0

0 commit comments

Comments
 (0)