Skip to content

Commit 80a34db

Browse files
committed
golangci-lint updated to v1.50.1
golangci github actions updated to 3.3.1 golang version 1.19
1 parent 2b7c04e commit 80a34db

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
- name: Setup Go
1111
uses: actions/setup-go@v3
1212
with:
13-
go-version: 1.17
13+
go-version: 1.19
1414

1515
- name: Checkout code
1616
uses: actions/checkout@v3
1717

1818
- name: Run Linters
19-
uses: golangci/golangci-lint-action@v3
19+
uses: golangci/golangci-lint-action@v3.3.1
2020
with:
21-
version: v1.50.0
21+
version: v1.50.1
2222
args: --verbose
2323
tests:
2424
name: Tests with coverage
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Go
2929
uses: actions/setup-go@v3
3030
with:
31-
go-version: 1.17
31+
go-version: 1.19
3232

3333
- name: Checkout code
3434
uses: actions/checkout@v3

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ issues:
4949

5050
run:
5151
timeout: 180s
52-
go: '1.17'
52+
go: '1.19'

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/coretrix/clockwork
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/davecgh/go-spew v1.1.1 // indirect

0 commit comments

Comments
 (0)