Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 6c7ec8e commit 1bdc6e9
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@b26d40294f8ad76fcc90b915dac85892322fe62d
uses: actions/setup-go@df1a11710ed378b187f40c71eb3d6c08d82e7108
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-20.04
steps:
- name: Setup Go 1.22.3
uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
uses: actions/setup-go@df1a11710ed378b187f40c71eb3d6c08d82e7108
with:
go-version: '1.22.3'

Expand Down

0 comments on commit 1bdc6e9

Please sign in to comment.