Skip to content

Commit

Permalink
style: upgrade to latest go
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Sep 11, 2024
1 parent a07d1ca commit 8263ab7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.19
check-latest: true
go-version-file: go.mod
- uses: actions/checkout@v3
- uses: chainguard-dev/actions/goimports@5e21cb47971231c078a677dfe89a348371cb880c # main

Expand All @@ -25,8 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
check-latest: true
go-version-file: go.mod

- uses: golangci/[email protected]
with:
Expand Down

0 comments on commit 8263ab7

Please sign in to comment.