Skip to content

Commit

Permalink
Merge pull request #184 from ccamel/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-5.2.0
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
2 parents 9946cd5 + 8fcd5c3 commit d1d6f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version: '1.23'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
go.sum
- name: Setup Go environment
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
if: steps.changed-go-files.outputs.any_changed == 'true'
with:
go-version: "1.23"
Expand Down

0 comments on commit d1d6f6b

Please sign in to comment.