Skip to content

Commit

Permalink
build: Update GitHub Actions setup-go and golangci-lint versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
enc committed Apr 26, 2024
1 parent 00c0bff commit 4f4ee8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ env:
jobs:
golangci:
name: lint
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
version: v1.49.0
version: v1.57

0 comments on commit 4f4ee8d

Please sign in to comment.