Skip to content

Commit

Permalink
workflows: update actions to current major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Jan 3, 2023
1 parent 167f5da commit 8ff18a8
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 @@ -18,15 +18,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run tests
run: go test ./...
- name: Run linter
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.0
args: -E=gofmt --timeout=30m0s

0 comments on commit 8ff18a8

Please sign in to comment.