Skip to content

Commit

Permalink
ci: Update GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed May 14, 2024
1 parent 2fef5d2 commit 15590a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15590a6

Please sign in to comment.