Skip to content

Commit 89fa6b6

Browse files
committed
chore: update github action golang rumtime version to 1.18
1 parent 76d7ed8 commit 89fa6b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Set up Go
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: 1.17
29+
go-version: 1.18
3030
-
3131
name: Cache Go modules
3232
uses: actions/cache@v1

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.17
20+
go-version: 1.18
2121

2222
- name: Build
2323
run: go build -v ./...

0 commit comments

Comments
 (0)