Skip to content

Commit 76a3c78

Browse files
authored
Merge pull request #62 from SignTools/dependabot/github_actions/actions/setup-go-3.3.0
fix(deps): bump actions/setup-go from 3.2.1 to 3.3.0
2 parents c922c16 + 4f663b8 commit 76a3c78

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2323
2424
- name: Setup Go environment
25-
uses: actions/setup-go@v3.2.1
25+
uses: actions/setup-go@v3.3.0
2626
with:
2727
go-version: "${{ env.go_version }}"
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2929
3030
- name: Setup Go environment
31-
uses: actions/setup-go@v3.2.1
31+
uses: actions/setup-go@v3.3.0
3232
with:
3333
go-version: "${{ env.go_version }}"
3434

0 commit comments

Comments
 (0)