Skip to content

Commit d81a2cb

Browse files
Merge pull request #325 from uselagoon/dependabot/github_actions/actions/setup-go-6
chore(deps): bump actions/setup-go from 5 to 6
2 parents 831d075 + 83367e3 commit d81a2cb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
14-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
14+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1515
with:
1616
go-version: stable
1717
- name: Calculate coverage

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
14-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
14+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1515
with:
1616
go-version: stable
1717
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0

.github/workflows/remote-controller.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- name: Set up testing dependencies
4747
run: sudo apt-get update && sudo apt-get -y install build-essential && sudo apt-get clean
4848
- name: Setup correct Go version
49-
uses: actions/setup-go@v5
49+
uses: actions/setup-go@v6
5050
with:
51-
go-version: '1.23'
51+
go-version: '1.25'
5252

5353
- name: Add dependency chart repos
5454
run: |
@@ -113,4 +113,4 @@ jobs:
113113
- name: Rerun failed jobs in the current workflow
114114
env:
115115
GH_TOKEN: ${{ secrets.GH_TOKEN }}
116-
run: gh run rerun ${{ github.run_id }} --failed
116+
run: gh run rerun ${{ github.run_id }} --failed

0 commit comments

Comments
 (0)