Skip to content

Commit

Permalink
chore(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 41c2024c46acfe1d0b8c9b7f20e28406983e553b to dd84a9531a6f8e72c321f2aa3b9048ed359670e4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@41c2024...dd84a95)

---
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 and bdhave committed May 3, 2023
1 parent 7dc56aa commit 7f9c2bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: 'Set up Go'
uses: actions/setup-go@41c2024c46acfe1d0b8c9b7f20e28406983e553b
uses: actions/setup-go@dd84a9531a6f8e72c321f2aa3b9048ed359670e4
with:
go-version-file: './go.mod'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@41c2024c46acfe1d0b8c9b7f20e28406983e553b
- uses: actions/setup-go@dd84a9531a6f8e72c321f2aa3b9048ed359670e4
with:
go-version-file: './go.mod'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: 'Set up Go'
uses: actions/setup-go@41c2024c46acfe1d0b8c9b7f20e28406983e553b
uses: actions/setup-go@dd84a9531a6f8e72c321f2aa3b9048ed359670e4
with:
go-version-file: './go.mod'

Expand Down

0 comments on commit 7f9c2bd

Please sign in to comment.