From 15590a6dda7bc246ada9a608885379003a0d0a7a Mon Sep 17 00:00:00 2001 From: jholdstock Date: Thu, 9 May 2024 11:35:46 +0100 Subject: [PATCH] ci: Update GitHub actions. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index af355487..155e9a24 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,11 +9,11 @@ jobs: go: ["1.21", "1.22"] steps: - name: Set up Go - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 #v5.0.0 + uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5.0.1 with: go-version: ${{ matrix.go }} - name: Check out source - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b #v4.1.5 - name: Build run: go build ./... - name: Install Linters