Skip to content

Commit 581a941

Browse files
authored
Merge pull request #720 from ekristen/renovate/go-1.x
chore(deps): update dependency go to v1.25.3
2 parents cef85e9 + 87af529 commit 581a941

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/aws-sdk-mocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2323
with:
24-
go-version: '1.24.x'
24+
go-version: '1.25.x'
2525
- name: generate-token
2626
id: generate_token
2727
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1818
with:
19-
go-version: '1.24.x'
19+
go-version: '1.25.x'
2020
cache: false
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: setup-go
3434
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3535
with:
36-
go-version: 1.24.x
36+
go-version: 1.25.x
3737
- name: setup qemu
3838
id: qemu
3939
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2020
with:
21-
go-version: '1.24.x'
21+
go-version: '1.25.x'
2222
- name: download go mods
2323
run: |
2424
go mod download

go.mod

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

33
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.3
66

77
require (
88
github.com/aws/aws-sdk-go v1.55.8

0 commit comments

Comments
 (0)