Skip to content

Commit

Permalink
chore: update project infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Dec 12, 2024
1 parent b8ca777 commit a9bb575
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
sudo apt-get install -y libproj-dev
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
with:
go-version: ${{ matrix.go-version }}
- name: Test
Expand All @@ -35,10 +35,10 @@ jobs:
run: |
sudo apt-get install -y libproj-dev
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
with:
cache: true
go-version: stable
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
version: v1.61.0
version: v1.62.2
6 changes: 4 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
version: '1.22'
go: '1.22'

linters:
enable:
Expand Down Expand Up @@ -48,6 +48,7 @@ linters:
- gosmopolitan
- govet
- grouper
- iface
- importas
- inamedparam
- ineffassign
Expand All @@ -74,6 +75,7 @@ linters:
- promlinter
- protogetter
- reassign
- recvcheck
- revive
- rowserrcheck
- sloglint
Expand Down Expand Up @@ -104,8 +106,8 @@ linters:
- funlen
- gochecknoglobals
- gochecknoinits
- gomnd
- lll
- mnd
- nlreturn
- paralleltest
- varnamelen
Expand Down

0 comments on commit a9bb575

Please sign in to comment.