ci: hardcode container tag gover in pipeline

This commit is contained in:
Richard 2023-05-08 12:10:12 -04:00 committed by GitHub
parent 11c9f805d8
commit f7118574a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:${{ vars.GOVER }}
image: golang:1.18
env:
TEST_RESULTS: "/tmp/test-results"
steps:
@ -70,7 +70,7 @@ jobs:
needs: integration-test-providers
runs-on: ubuntu-latest
container:
image: golang:${{ vars.GOVER }}
image: golang:1.18
env:
TEST_RESULTS: "/tmp/test-results"
GOTESTSUM_FORMAT: testname
@ -171,7 +171,7 @@ jobs:
if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
container:
image: golang:${{ vars.GOVER }}
image: golang:1.18
needs:
- integration-test-providers
- integrtests-diff1