Skip to content

Commit

Permalink
actions workflow: version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkowalczuk committed Sep 2, 2024
1 parent 6c2e590 commit 4c9de90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ jobs:
build-latest:
name: Build Latest
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21', '1.22', '1.23' ]
steps:
- name: Set up Go 1.23
uses: actions/setup-go@v1
with:
go-version: 1.23
go-version: ${{ matrix.go }}
go-version-file: 'v4/go.mod'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down

0 comments on commit 4c9de90

Please sign in to comment.