Skip to content

Commit 553cf16

Browse files
committed
Update go version in workflows
1 parent cd03bdf commit 553cf16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-go@v3
1515
with:
16-
go-version: 1.19
16+
go-version: 1.20
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v3
1919
with:
20-
version: v1.50.1
20+
version: v1.51.1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.19
21+
go-version: 1.20
2222
- run: make test checklicense

0 commit comments

Comments
 (0)