Skip to content

Commit

Permalink
Bump version of Go to 1.21 (to align with Kaitai Struct CI), bump ver…
Browse files Browse the repository at this point in the history
…sion of golangci-lint-action@v4, bump version of golangci to v1.54
  • Loading branch information
GreyCat committed Mar 28, 2024
1 parent 6ce2f0f commit de6f20b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.21

- uses: actions/checkout@v3

Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v4
with:
version: v1.44
version: v1.54
args: -c .golangci.yml

0 comments on commit de6f20b

Please sign in to comment.