mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-14 16:07:42 +00:00
bump golang version
This commit is contained in:
parent
4bcc7f8c1b
commit
f3e6d27372
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19.3
|
||||
go-version: 1.20.2
|
||||
- uses: golangci/golangci-lint-action@v3
|
||||
- run: psql -f docs/schema.sql $DATABASE_URL
|
||||
- run: go test ./... -v -race -timeout 5s
|
||||
|
|
Loading…
Reference in a new issue