Skip to content

Commit 7cbff30

Browse files
author
Haitao Chen
committed
bump version for checkout and gosetup as well
1 parent e1798a5 commit 7cbff30

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ jobs:
1212
name: Build
1313
runs-on: ubuntu-latest
1414
steps:
15+
- uses: actions/checkout@v3
1516

16-
- name: Set up Go 1.18
17-
uses: actions/setup-go@v1
17+
- name: Set up Go
18+
uses: actions/setup-go@v3
1819
with:
1920
go-version: 1.18
20-
id: go
21-
22-
- name: Check out code into the Go module directory
23-
uses: actions/checkout@v2
2421

2522
- name: Build
2623
run: go build -v .

0 commit comments

Comments
 (0)