Skip to content

Commit b86aab0

Browse files
chore(deps): update actions/setup-go action to v6
1 parent f954442 commit b86aab0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/_static_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: v3
1818
path: './coreint-automation'
1919
- uses: newrelic/newrelic-infra-checkers@v1
20-
- uses: actions/setup-go@v5
20+
- uses: actions/setup-go@v6
2121
with:
2222
go-version-file: "go.mod"
2323
- name: golangci-lint

.github/workflows/_test_integration_nix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Check out code
1212
uses: actions/checkout@v4
1313
- name: Install Go
14-
uses: actions/setup-go@v5
14+
uses: actions/setup-go@v6
1515
with:
1616
go-version-file: "go.mod"
1717
- name: Integration test

.github/workflows/_test_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313
- name: Install Go
14-
uses: actions/setup-go@v5
14+
uses: actions/setup-go@v6
1515
with:
1616
go-version-file: "go.mod"
1717
- name: Running unit tests

.github/workflows/reusable_image_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
path: src/github.com/${{env.ORIGINAL_REPO_NAME}}
100100
- name: Install Go
101-
uses: actions/setup-go@v5
101+
uses: actions/setup-go@v6
102102
with:
103103
go-version-file: "src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod"
104104
- name: Running unit tests
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
fetch-depth: 0
145145
- name: setup Go
146-
uses: actions/setup-go@v5
146+
uses: actions/setup-go@v6
147147
with:
148148
go-version-file: ${{ inputs.go_version_file }}
149149
- name: Set up QEMU

.github/workflows/reusable_nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Set up Go
9797
if: ${{ inputs.setup_go }}
98-
uses: actions/setup-go@v5
98+
uses: actions/setup-go@v6
9999
with:
100100
go-version-file: ${{ inputs.go_version_file }}
101101

0 commit comments

Comments
 (0)