Skip to content

Commit

Permalink
Update go version for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano committed May 5, 2023
1 parent 9a3e857 commit b9480a1
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 @@ -18,7 +18,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
go-version: '^1.19.9'
- name: Install jq
run: |
mkdir -p deps/bin
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
go-version: '^1.19.9'
- name: Test
run: |
make format || true
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
go-version: '^1.19.9'
- name: Add runner IP to daemon insecure-registries and firewall
shell: powershell
run: |
Expand Down

0 comments on commit b9480a1

Please sign in to comment.