Skip to content

Commit

Permalink
chore: update to go 1.22.4 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctdfo committed Jun 27, 2024
1 parent 8949152 commit 9974e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# ╭──────────────────────────────────────────────────────────╮
# │ build stage │
# ╰──────────────────────────────────────────────────────────╯

FROM golang:1.22.3-alpine3.19@sha256:2a882244fb51835ebbd8313bffee83775b0c076aaf56b497b43d8a4c72db65e1 as build
FROM golang:1.22.4-alpine3.20@sha256:ace6cc3fe58d0c7b12303c57afe6d6724851152df55e08057b43990b927ad5e8 as build

# Install necessary packages
RUN apk update && \
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/dfo-mpo/aks-audit-log-go

go 1.22.3
go 1.22.4

require (
github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs v1.2.1
Expand Down

0 comments on commit 9974e8b

Please sign in to comment.