Skip to content

Commit

Permalink
Merge pull request #105 from pgier/fix-ci-test-failure
Browse files Browse the repository at this point in the history
update go version used in CI
  • Loading branch information
mtibben committed Jan 27, 2022
2 parents ce6e9a0 + 5c958d7 commit bf8d76a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17
- run: sudo apt-get install pass gnome-keyring dbus-x11
- uses: actions/checkout@v1
- run: go test -race ./...
Expand All @@ -17,9 +17,9 @@ jobs:
mac:
runs-on: macOS-latest
steps:
- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17
- run: brew install pass gnupg
- uses: actions/checkout@v1
- run: go test -race ./...
Expand All @@ -28,8 +28,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17
- uses: actions/checkout@v1
- run: diff -u <(echo -n) <(gofmt -s -d .)

0 comments on commit bf8d76a

Please sign in to comment.