Skip to content

Commit e92b08e

Browse files
committed
bump go 1.18
1 parent 3a78730 commit e92b08e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version: '1.17'
16+
go-version: '1.18'
1717

1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@v3
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v3
3030
with:
31-
go-version: '1.17'
31+
go-version: '1.18'
3232

3333
- name: Run tests
3434
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@v3
5353
with:
54-
go-version: '1.17'
54+
go-version: '1.18'
5555

5656
- name: Cache Node modules
5757
id: cache-node-modules

0 commit comments

Comments
 (0)