Skip to content

Commit

Permalink
feat(.github/workflows): Ugrade to actions/setup-go@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Feb 22, 2024
1 parent e6d1369 commit f33ec25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- windows
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.21
- run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build .
2 changes: 1 addition & 1 deletion .github/workflows/build_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit f33ec25

Please sign in to comment.