Skip to content

Commit

Permalink
Bump Go from 1.22.0 to 1.22.1
Browse files Browse the repository at this point in the history
Upgrade from Go 1.22.0 to 1.22.1 to receive 3 security-related updates
that affect this codebase in 5 different ways across `internal/github`
and `internal/ghasum`.

The relevant security IDs are: GO-2024-2598, GO-2024-2599, GO-2024-2600.
  • Loading branch information
ericcornelissen committed Mar 6, 2024
1 parent c16554a commit 9dacfb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM docker.io/golang:1.22.0-alpine3.19
FROM docker.io/golang:1.22.1-alpine3.19

RUN apk add --no-cache \
bash git perl-utils zip \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ericcornelissen/ghasum

go 1.22.0
go 1.22.1

require (
4d63.com/gochecknoinits v0.0.0-20210416043744-25bb07f6e4e3
Expand Down

0 comments on commit 9dacfb0

Please sign in to comment.