Skip to content

Commit

Permalink
Merge pull request #6 from anderseknert/build-fixes
Browse files Browse the repository at this point in the history
Set Go version explicitly in runner
  • Loading branch information
anderseknert authored Sep 8, 2022
2 parents feb984d + 4b5f056 commit e63e29f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.1
- uses: golangci/golangci-lint-action@v3.2.0
2 changes: 2 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.1
- uses: golangci/golangci-lint-action@v3.2.0

release-build-darwin-amd64:
Expand Down

0 comments on commit e63e29f

Please sign in to comment.