Skip to content

Commit

Permalink
Merge pull request #83 from LayerXcom/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
chore(deps): Update actions/setup-go action to v5
  • Loading branch information
itkq authored Apr 30, 2024
2 parents 3cdb8a6 + 0bfe518 commit fb8acce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Setup go
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: "1.16"

Expand Down

0 comments on commit fb8acce

Please sign in to comment.