Skip to content

Commit

Permalink
Update outdated GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Dec 19, 2023
1 parent 4b35b04 commit 0aaef70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
name: Go ${{ matrix.go }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2

Expand Down

0 comments on commit 0aaef70

Please sign in to comment.