Skip to content

Commit

Permalink
build(deps): update actions/setup-go to v3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Mar 1, 2022
1 parent 1f31d49 commit ba3af87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3.0.0
with:
go-version: "1.17"
check-latest: true
Expand All @@ -47,7 +47,7 @@ jobs:
- "1.17"
steps:
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3.0.0
with:
go-version: ${{ matrix.go }}
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3.0.0
with:
go-version: "1.17"
check-latest: true
Expand Down

0 comments on commit ba3af87

Please sign in to comment.