Skip to content

Commit

Permalink
ci: pin go to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 25, 2022
1 parent 1d94bfd commit 5205a36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: "^1.16.1"
go-version: ~1.18
- name: Start service
run: ./test/conformance/start.sh
- name: Run tests
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
key: ${{ needs.sdk-generate.outputs.sdk-cache-key }}
- uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ~1.18
- run: go list -json > go.list
- name: Run nancy
uses: sonatype-nexus-community/nancy-github-action@v1.0.2
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
key: ${{ needs.sdk-generate.outputs.sdk-cache-key }}
- uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ~1.18
- name: Setup HSM libs and packages
run: |
sudo apt install -y softhsm opensc
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- uses: ory/ci/checkout@master
- uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ~1.18
- uses: actions/cache@v2
with:
path: ./test/e2e/hydra
Expand Down

0 comments on commit 5205a36

Please sign in to comment.