Skip to content

Commit

Permalink
Merge pull request #427 from derailed/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-5.3.0

Bump actions/setup-go from 5.2.0 to 5.3.0
  • Loading branch information
derailed authored Jan 28, 2025
2 parents 3a95e4c + cdd138a commit aa6ca20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/[email protected]

- name: Install Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
Expand Down

0 comments on commit aa6ca20

Please sign in to comment.