Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
ci: Update golang version in CI (PROJQUAY-1605)
Browse files Browse the repository at this point in the history
- Use Go 1.16 in CI
  • Loading branch information
jonathankingfc committed Jun 14, 2022
1 parent 372289a commit 202973a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.16
id: go

- name: Check out code into the Go module directory
Expand All @@ -34,7 +34,7 @@ jobs:
tests:
name: Tests
runs-on: ubuntu-latest
container: docker.io/library/golang:1.14-buster
container: docker.io/library/golang:1.16-buster
services:
postgres:
image: postgres:11.5
Expand All @@ -61,6 +61,8 @@ jobs:
run: go build -v ./...
- name: Tests
run: go test ./pkg/lib/fieldgroups/...
env:
GODEBUG: x509ignoreCN=0

commit-check:
name: Commit Check
Expand Down

0 comments on commit 202973a

Please sign in to comment.