Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
with:
go-version: '1.24'
go-version: '1.25'
cache-dependency-path: tools/go.sum

- name: Build tooling
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
with:
go-version: '1.24'
go-version: '1.25'

- name: Run unit tests
run: |
Expand All @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
with:
go-version: '1.24'
go-version: '1.25'

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

- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
with:
go-version: '1.24'
go-version: '1.25'

- name: Ensure that files are formatted correctly
run: |
Expand All @@ -55,7 +55,7 @@ jobs:

- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
with:
go-version: '1.24'
go-version: '1.25'

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

- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
with:
go-version: '1.24'
go-version: '1.25'

- name: Run bin/image-mirror-tools validate
run: |
Expand Down
Loading