Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit da88b0b

Browse files
authored
Merge pull request #14 from nxt-engineering/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents 5bf3fe1 + dfc07ed commit da88b0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# Allow goreleaser to access older tag information.
2929
fetch-depth: 0
30-
- uses: actions/setup-go@v2
30+
- uses: actions/setup-go@v3
3131
with:
3232
go-version: ${{ env.GO_VERSION }}
3333
# This uses an action (hashicorp/ghaction-import-gpg) that assumes you set your

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
timeout-minutes: 5
3030
steps:
31-
- uses: actions/setup-go@v2
31+
- uses: actions/setup-go@v3
3232
with:
3333
go-version: ${{ env.GO_VERSION }}
3434
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949
- '1.0.*'
5050
- '1.1.*'
5151
steps:
52-
- uses: actions/setup-go@v2
52+
- uses: actions/setup-go@v3
5353
with:
5454
go-version: ${{ env.GO_VERSION }}
5555
- uses: hashicorp/setup-terraform@v1

0 commit comments

Comments
 (0)