Skip to content

Commit

Permalink
[Automation] Bump Golang version to 1.23.1 (#116)
Browse files Browse the repository at this point in the history
* chore: Update .go-version

* chore: Update from dockerfiles

---------

Co-authored-by: obltmachine <150269514+obltmachine@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and obltmachine authored Sep 7, 2024
1 parent 76fdf55 commit 8721224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0
1.23.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine3.19 as builder
FROM golang:1.23.1-alpine3.19 as builder

RUN apk add --no-cache musl-dev gcc libpcap libpcap-dev

Expand Down

0 comments on commit 8721224

Please sign in to comment.