Skip to content

Commit

Permalink
Bump actions/setup-go from 4 to 5 (#25)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to
5.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico M. Facca <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2024
1 parent a1422b3 commit b829fb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main"
# input: "proto"
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
## it would be good to compile it else where so we can just download the exec
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
by @hiimjako)
- [Documentation] Change fault id data type (PR #26 by @tejo)

### Dependencies

- Bump actions/setup-go from 4 to 5 (PR #25 by @dependabot[bot])

### Refactoring

- Event: set `occurredAt` as required, correct Event Status to `Started`,
Expand Down

0 comments on commit b829fb9

Please sign in to comment.