Skip to content

Commit

Permalink
build(deps): Bump actions/setup-go
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from df1a11710ed378b187f40c71eb3d6c08d82e7108 to d60b41a563a30eac31c3ec623e6ff0b3f16e1a06.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@df1a117...d60b41a)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent 552225f commit 94b4f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Setup Go 1.22.3
uses: actions/setup-go@df1a11710ed378b187f40c71eb3d6c08d82e7108
uses: actions/setup-go@d60b41a563a30eac31c3ec623e6ff0b3f16e1a06
with:
go-version: '1.22.3'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Setup Go 1.22.3
uses: actions/setup-go@df1a11710ed378b187f40c71eb3d6c08d82e7108
uses: actions/setup-go@d60b41a563a30eac31c3ec623e6ff0b3f16e1a06
with:
go-version: '1.22.3'

Expand Down

0 comments on commit 94b4f95

Please sign in to comment.