Conversation
petermattis
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion
.github/workflows/ci.yaml line 54 at r1 (raw file):
uses: actions/setup-go@v4 with: go-version: "1.23"
Should we bump this and other actions which mention "1.23" to use "1.24"?
5575ab1 to
73fa28b
Compare
RaduBerinde
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @petermattis)
.github/workflows/ci.yaml line 54 at r1 (raw file):
Previously, petermattis (Peter Mattis) wrote…
Should we bump this and other actions which mention "1.23" to use "1.24"?
Done. TFTR!
73fa28b to
e1b602c
Compare
RaduBerinde
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @petermattis)
.github/workflows/ci.yaml line 54 at r1 (raw file):
Previously, RaduBerinde wrote…
Done. TFTR!
I also added back go 1.21 since that's the one we require in `go.mod
No description provided.