Skip to content

Commit

Permalink
Add version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lazeratops committed May 19, 2023
1 parent ec33bc7 commit ecf00ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.20.x' ]
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: ${{ matrix.go-version }}
cache-dependency-path: subdir/go.sum

- name: Get
Expand Down

0 comments on commit ecf00ef

Please sign in to comment.