Skip to content

Commit

Permalink
update go version to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoetzegb committed Jan 13, 2025
1 parent 4fba460 commit eef2ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3-alpine AS builder
FROM golang:1.23.4-alpine AS builder
RUN apk add --no-cache make

# swagger docs generation will fail if cgo is used
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/greenbone/opensight-notification-service

go 1.23.3
go 1.23.4

require (
github.com/gin-contrib/cors v1.7.3
Expand Down

0 comments on commit eef2ab6

Please sign in to comment.