Skip to content

Commit 4756a50

Browse files
Bump go versio in tests.yml
1 parent c85b82d commit 4756a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/setup-go@v3
1010
with:
11-
go-version: '1.19'
11+
go-version: '1.20'
1212
- uses: actions/checkout@v3
1313
- name: golangci-lint
1414
uses: golangci/golangci-lint-action@v3
@@ -21,7 +21,7 @@ jobs:
2121
- name: install Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.18.x
24+
go-version: 1.20.x
2525
- name: checkout code
2626
uses: actions/checkout@v2
2727
- uses: actions/cache@v2

0 commit comments

Comments
 (0)