Skip to content

Commit

Permalink
ci: hardcode container tag gover in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SignalRichard authored May 8, 2023
1 parent 11c9f80 commit f711857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f711857

Please sign in to comment.