mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
update golang
This commit is contained in:
parent
294243b02d
commit
a9be343ac7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
name: "go ${{ matrix.go-version }} (${{ matrix.platform }})"
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.16.5]
|
||||
go-version: [1.18]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue