Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v3
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate-bot authored and Daniel Adam committed Apr 1, 2022
1 parent 5b6b511 commit 32094db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "^1.17" # The Go version to download (if necessary) and use.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "^1.17" # The Go version to download (if necessary) and use.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-for-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.17

Expand Down

0 comments on commit 32094db

Please sign in to comment.