Skip to content

Commit

Permalink
.github/workflows: test with Go 1.18rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tklauser committed Feb 28, 2022
1 parent d17091b commit 0dc6a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-and-test:
strategy:
matrix:
go-version: [1.15, 1.16, 1.17]
go-version: [ '1.15' , '1.16', '1.17', '1.18.0-rc1' ]
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11]
runs-on: ${{ matrix.os }}

Expand All @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
stable: false

- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 0dc6a3a

Please sign in to comment.