From 502dc55f556659165007c5fc55a8e3ec46a5a382 Mon Sep 17 00:00:00 2001 From: oleiade Date: Sat, 24 Aug 2024 18:18:50 +0200 Subject: [PATCH] Update GitHub action versions --- .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 e54a9df..03e7456 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: - go-version: ^1.13 + go-version: '^1.13' - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build run: go build -v . @@ -27,4 +27,4 @@ jobs: run: go test -v . - name: Lint - uses: golangci/golangci-lint-action@v3.2.0 + uses: golangci/golangci-lint-action@v6.1.0