-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Natalie Arellano <[email protected]>
- Loading branch information
1 parent
b9480a1
commit 48348d7
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- name: Set up go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '^1.19.9' | ||
go-version: '1.19.9' | ||
- name: Install jq | ||
run: | | ||
mkdir -p deps/bin | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- name: Set up go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '^1.19.9' | ||
go-version: '1.19.9' | ||
- name: Test | ||
run: | | ||
make format || true | ||
|
@@ -60,7 +60,7 @@ jobs: | |
- name: Set up go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '^1.19.9' | ||
go-version: '1.19.9' | ||
- name: Add runner IP to daemon insecure-registries and firewall | ||
shell: powershell | ||
run: | | ||
|
@@ -108,7 +108,7 @@ jobs: | |
- name: Set up go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '^1.19.9' | ||
go-version: '1.19.9' | ||
- name: Install Cosign | ||
uses: sigstore/[email protected] | ||
with: | ||
|