Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 2 to 3 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent 9c35ab6 commit 5111bbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Lint & Test & Build & Release
steps:
- name: Set up go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.18'

Expand Down

0 comments on commit 5111bbb

Please sign in to comment.