Skip to content

Commit

Permalink
fix: go version >1.19 for action
Browse files Browse the repository at this point in the history
  • Loading branch information
guyfedwards committed Jan 5, 2023
1 parent 7168421 commit 3d74477
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
-
name: Run tests
run: make test
Expand All @@ -26,6 +28,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
-
name: Build
run: make build
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 3d74477

Please sign in to comment.