Skip to content

Commit

Permalink
ci(build): Upgrade actions/setup-go to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed May 1, 2023
1 parent 5a3c7be commit 0a20613
Showing 1 changed file with 1 addition and 1 deletion.
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@v2.1.4
- uses: actions/setup-go@v3
with:
go-version: 1.19
- run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build .

0 comments on commit 0a20613

Please sign in to comment.