Skip to content

Commit f1b4614

Browse files
committed
Update pipeline dependencies
1 parent b16c07c commit f1b4614

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/go.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- name: Set up Go 1.x
17-
uses: actions/setup-go@v2
18-
with:
19-
go-version: ^1.15
20-
id: go
16+
- name: Clone Repo
17+
uses: actions/checkout@v4
2118

22-
- name: Check out code into the Go module directory
23-
uses: actions/checkout@v3
19+
- name: Set up Go
20+
uses: actions/setup-go@v5
21+
with:
22+
go-version: "^1.22"
2423

2524
- name: Get dependencies
2625
run: go mod download

0 commit comments

Comments
 (0)