mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 23:47:44 +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 }})"
|
name: "go ${{ matrix.go-version }} (${{ matrix.platform }})"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.16.5]
|
go-version: [1.18]
|
||||||
platform: [ubuntu-latest]
|
platform: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue