Skip to content

Commit

Permalink
.github/workflows: update to more reasonable Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Sep 1, 2022
1 parent e5d768d commit 0a04a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:
name: Linux
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.19
uses: actions/setup-go@v2
with:
go-version: '1.14.2'
go-version: '1.19'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Install golint
run: go get -u golang.org/x/lint/golint
- name: Test
run: "./test"
1 change: 0 additions & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
set -e

go test -v -race ./...
golint -set_exit_status ./...
go vet github.com/coreos/go-oidc/...
go build -v ./...

0 comments on commit 0a04a64

Please sign in to comment.