Skip to content

Commit

Permalink
give this a try
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jun 26, 2023
1 parent 7e5d7c7 commit 992d8e6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3

- name: build for integration test
uses: docker://golang:1.18
uses: docker://golang:1.20
with:
entrypoint: make
args: build-static-ci
Expand All @@ -56,15 +56,22 @@ jobs:

gha-publish-test:
runs-on: ubuntu-latest
container:
image: golang:1.18

steps:
- name: clone
uses: actions/checkout@v3
with:
# ensures we fetch tag history for the repository
fetch-depth: 0

- name: install go
uses: actions/setup-go@v4
with:
# use version from go.mod file
go-version-file: 'go.mod'
cache: true
check-latest: true

- name: build
env:
GOOS: linux
Expand Down

0 comments on commit 992d8e6

Please sign in to comment.