Skip to content

Commit

Permalink
Remove CI staticcheck version overrides for Go 1.18 and 1.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoesters committed Aug 25, 2024
1 parent 05fe88b commit d6804f2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- 1.21.x
- 1.22.x # ubuntu noble
- 1.x # latest
include:
- staticcheck: latest
- go: 1.18.x
staticcheck: v0.3
- go: 1.19.x
staticcheck: v0.3

name: go${{ matrix.go }}
runs-on: ubuntu-latest
Expand All @@ -45,7 +39,7 @@ jobs:
sudo apt-get install -y -q appstream gettext libgtk-3-dev \
libxml2-utils shellcheck yamllint
go install \
honnef.co/go/tools/cmd/staticcheck@${{ matrix.staticcheck }}
honnef.co/go/tools/cmd/staticcheck@latest
- run: go mod graph
- run: make
Expand Down

0 comments on commit d6804f2

Please sign in to comment.