Skip to content

Commit

Permalink
deps: update actions/setup-go action to v4 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: katexochen <katexochen@users.noreply.github.com>
  • Loading branch information
renovate[bot] and katexochen committed Apr 3, 2023
1 parent a5ce1ea commit ff9d048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "stable"

Expand Down

0 comments on commit ff9d048

Please sign in to comment.