Skip to content

Commit 8263ab7

Browse files
authored
style: upgrade to latest go
1 parent a07d1ca commit 8263ab7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/style.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-go@v4
1414
with:
15-
go-version: 1.19
16-
check-latest: true
15+
go-version-file: go.mod
1716
- uses: actions/checkout@v3
1817
- uses: chainguard-dev/actions/goimports@5e21cb47971231c078a677dfe89a348371cb880c # main
1918

@@ -25,8 +24,7 @@ jobs:
2524
- uses: actions/checkout@v3
2625
- uses: actions/setup-go@v4
2726
with:
28-
go-version: 1.19
29-
check-latest: true
27+
go-version-file: go.mod
3028

3129
- uses: golangci/[email protected]
3230
with:

0 commit comments

Comments
 (0)