Skip to content

Commit dda6178

Browse files
authored
Merge pull request #68 from rog-golang-buddies/golangci-update
Update golangci-lint to support go v1.18
2 parents 0d2f2c4 + cd5f001 commit dda6178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@v3
1212
with:
13-
go-version: 1.17
13+
go-version: 1.18
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616
- name: Run linters
1717
uses: golangci/golangci-lint-action@v3
1818
with:
1919
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
20-
version: v1.29
20+
version: v1.47.2
2121

2222
# Optional: working directory, useful for monorepos
2323
# working-directory: somedir

0 commit comments

Comments
 (0)