Skip to content

Commit

Permalink
Bump more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shearn89 committed Jul 25, 2024
1 parent c84eb48 commit 37343af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up Go
uses: actions/setup-go@v3
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.19
go-version: ./go.mod
cache: true

- name: Run linter
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 #v6.0.1
with:
version: v1.51.2
version: v1.59.1

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 37343af

Please sign in to comment.