-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use go 1.18 in CI * Bump deps (except toml) Signed-off-by: Natalie Arellano <[email protected]>
- Loading branch information
1 parent
b5f8bad
commit df06171
Showing
8 changed files
with
138 additions
and
132 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@v2 | ||
with: | ||
go-version: '1.17' | ||
go-version: '1.18' | ||
- name: Install jq | ||
run: | | ||
mkdir -p deps/bin | ||
|
@@ -42,7 +42,7 @@ jobs: | |
- name: Set up go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: '1.17' | ||
go-version: '1.18' | ||
- name: Test | ||
run: | | ||
make format || true | ||
|
@@ -59,7 +59,7 @@ jobs: | |
- name: Set up go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: '1.17' | ||
go-version: '1.18' | ||
- name: Add runner IP to daemon insecure-registries and firewall | ||
shell: powershell | ||
run: | | ||
|
@@ -107,7 +107,7 @@ jobs: | |
- name: Set up go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: '1.17' | ||
go-version: '1.18' | ||
- name: Install Cosign | ||
uses: sigstore/[email protected] | ||
with: | ||
|
@@ -238,7 +238,7 @@ jobs: | |
- name: Set up go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: '1.17' | ||
go-version: '1.18' | ||
- uses: actions/download-artifact@v2 | ||
with: | ||
name: version | ||
|
@@ -274,7 +274,7 @@ jobs: | |
- name: Set up go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: '1.17' | ||
go-version: '1.18' | ||
- name: Add runner IP to daemon insecure-registries and firewall | ||
shell: powershell | ||
run: | | ||
|
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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.17-nanoserver-1809 | ||
FROM golang:1.18-nanoserver-1809 | ||
|
||
COPY exec.d/ /go/src/exec.d | ||
WORKDIR /go/src | ||
|
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
Oops, something went wrong.