Skip to content

Commit

Permalink
Bump actions/setup-go@v2 to v3 (#60)
Browse files Browse the repository at this point in the history
* Fix golint errors

Signed-off-by: Alexey Roytman <[email protected]>

* Remove redundant comment

* update flow dependencies

Signed-off-by: Alexey Roytman <[email protected]>

Signed-off-by: Alexey Roytman <[email protected]>
  • Loading branch information
roytman authored Jan 23, 2023
1 parent 2b5f1c9 commit 69c4311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
Expand Down

0 comments on commit 69c4311

Please sign in to comment.