Skip to content

Commit

Permalink
bump github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Sep 18, 2023
1 parent d7b10ae commit 8b10e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- name: lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3.7.0
with:
args: ./...

Expand Down

0 comments on commit 8b10e1d

Please sign in to comment.