Skip to content

Commit

Permalink
Bump Go from 1.22.2 to 1.22.3
Browse files Browse the repository at this point in the history
Upgrade from Go 1.22.1 to 1.22.2 to receive 1 security-related update
for the standard library that affect this codebase.

The relevant security ID is `GO-2024-2824`.
  • Loading branch information
ericcornelissen committed May 9, 2024
1 parent b5a9f84 commit 70b20dd
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.2-alpine3.19
FROM docker.io/golang:1.22.3-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.2
go 1.22.3

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

0 comments on commit 70b20dd

Please sign in to comment.