Skip to content

Commit c5fa19b

Browse files
committed
update setupgo and checkout versions
Signed-off-by: Humble Chirammal <[email protected]>
1 parent 2f59d85 commit c5fa19b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
steps:
1212

1313
- name: Set up Go 1.x
14-
uses: actions/setup-go@v2
14+
uses: actions/setup-go@v3
1515
with:
16-
go-version: ^1.17
16+
go-version: ^1.18
1717
id: go
1818

1919
- name: Check out code into the Go module directory
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Sanity test
2323
env:

hack/verify-gomod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -euo pipefail
1818

1919
echo "Verifying gomod"
20-
export GO111MODULE=on
20+
go env -w GO111MODULE=off
2121
echo "go mod tidy"
2222
go mod tidy
2323
echo "go mod vendor"

0 commit comments

Comments
 (0)