Skip to content

Commit

Permalink
Merge pull request #5 from s0ders/ci/pinned-version
Browse files Browse the repository at this point in the history
ci: fixed setup-go action hash
  • Loading branch information
s0ders authored Apr 30, 2024
2 parents 12c9e81 + 89a8b56 commit a0d317a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@ 0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.22

Expand Down

0 comments on commit a0d317a

Please sign in to comment.