From 419429e500466e14bcee5cd494b92aac4272045e Mon Sep 17 00:00:00 2001 From: JT A Date: Sun, 12 May 2024 09:44:37 -0600 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d584ff5..1f5441f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,9 +13,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: denoland/setup-deno@v1 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version: '1.22' check-latest: true @@ -25,8 +25,8 @@ jobs: with: # Grab the latest version repo: golangci/golangci-lint token: ${{ secrets.GITHUB_TOKEN }} - binaries-location: golangci-lint-1.56.2-linux-amd64 - tag: v1.56.2 + binaries-location: golangci-lint-1.58.1-linux-amd64 + tag: v1.58.1 - name: Install Task uses: arduino/setup-task@v1 with: