From 0acc4f3f40ff2e86e3d5ba28de60ca18cc7a861a Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Sun, 16 Jun 2024 07:46:16 -0700 Subject: [PATCH] updating actions based on latest go version --- .github/workflows/go-test.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index d413744..cad55ac 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.20 - name: Set up Rust uses: actions-rs/toolchain@v1 diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index f905259..9710071 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -18,7 +18,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.52.2 + version: latest # Optional: working directory, useful for monorepos # working-directory: somedir