Skip to content

Commit

Permalink
Merge pull request #6 from RedHatInsights/dependabot/docker/golang-1.21
Browse files Browse the repository at this point in the history
Bump golang from 1.18 to 1.21
  • Loading branch information
Rajagopalan-Ranganathan authored Feb 6, 2024
2 parents 07ab5e7 + e1300c7 commit 29a614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 AS builder
FROM golang:1.21 AS builder

COPY . /src
WORKDIR /src
Expand Down

0 comments on commit 29a614a

Please sign in to comment.