Skip to content

Commit 99081d3

Browse files
possible lint fix
1 parent a72fbf6 commit 99081d3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,15 @@ jobs:
1818
name: Linter
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
22-
- uses: actions/setup-go@v4
21+
- uses: actions/checkout@v4
22+
- uses: actions/setup-go@v5
2323
with:
2424
go-version: '1.21'
2525
cache: false
2626
- name: golangci-lint
2727
uses: golangci/golangci-lint-action@v4
2828
with:
29-
version: v1.57
30-
skip-cache: true
31-
skip-pkg-cache: true
32-
skip-build-cache: true
29+
version: v1.64.6
3330

3431
build:
3532
name: build

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ linters:
1717
- revive
1818
- unused
1919
- staticcheck
20+
- godot
2021

2122
linters-settings:
2223
gofmt:

0 commit comments

Comments
 (0)