Skip to content

Commit 409ce7b

Browse files
Update dependency go to 1.25
1 parent 1739c60 commit 409ce7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2323
with:
24-
go-version: '1.24'
24+
go-version: '1.25'
2525
cache-dependency-path: tools/go.sum
2626

2727
- name: Build tooling

.github/workflows/pull-request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1212
with:
13-
go-version: '1.24'
13+
go-version: '1.25'
1414

1515
- name: Run unit tests
1616
run: |
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2626
with:
27-
go-version: '1.24'
27+
go-version: '1.25'
2828

2929
- name: Run linter
3030
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
4141
with:
42-
go-version: '1.24'
42+
go-version: '1.25'
4343

4444
- name: Ensure that files are formatted correctly
4545
run: |
@@ -55,7 +55,7 @@ jobs:
5555

5656
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
5757
with:
58-
go-version: '1.24'
58+
go-version: '1.25'
5959

6060
- name: Ensure that regsync.yaml is in sync with config.yaml
6161
run: |
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
7575
with:
76-
go-version: '1.24'
76+
go-version: '1.25'
7777

7878
- name: Run bin/image-mirror-tools validate
7979
run: |

0 commit comments

Comments
 (0)