Skip to content

Commit

Permalink
gh actions: release zips built with latest minor version, start build…
Browse files Browse the repository at this point in the history
… tests with 1.21.x, too
  • Loading branch information
jessepeterson committed Aug 30, 2023
1 parent 23ace61 commit f403530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
format-build-test:
strategy:
matrix:
go-version: ['1.19.x']
go-version: ['1.19.x', '1.21.x']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: '1.19'
go-version: '1.19.x'

- run: CGO_ENABLED=0 make release

Expand Down

0 comments on commit f403530

Please sign in to comment.