From 8263ab708f3fd8d6816836dcbf87ff075c61b692 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 11 Sep 2024 14:44:02 -0400 Subject: [PATCH] style: upgrade to latest go --- .github/workflows/style.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 29b0954d7..a62eaebfb 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -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 @@ -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/golangci-lint-action@v3.4.0 with: