Skip to content

Commit

Permalink
Use go 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 17, 2024
1 parent dab8d85 commit 9d81835
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.22.0-alpine3.19 as build
FROM golang:1.22.1-alpine3.19 as build

WORKDIR /app
COPY . /app
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/prodyna/deployment-overview

go 1.22.0
go 1.22.1

require github.com/google/go-github/v59 v59.0.0

Expand Down

0 comments on commit 9d81835

Please sign in to comment.