Skip to content

Commit 365f827

Browse files
Update actions/setup-go action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50ff981 commit 365f827

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Determine Go version from go.mod
1818
run: echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
1919

20-
- uses: actions/setup-go@v3
20+
- uses: actions/setup-go@v7
2121
with:
2222
go-version: ${{ env.GO_VERSION }}
2323

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Determine Go version from go.mod
1313
run: echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
1414

15-
- uses: actions/setup-go@v3
15+
- uses: actions/setup-go@v7
1616
with:
1717
go-version: ${{ env.GO_VERSION }}
1818

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Determine Go version from go.mod
1717
run: echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
1818

19-
- uses: actions/setup-go@v3
19+
- uses: actions/setup-go@v7
2020
with:
2121
go-version: ${{ env.GO_VERSION }}
2222

0 commit comments

Comments
 (0)