Skip to content

Commit

Permalink
chore: specify Go patch version 1.22.5 (#305)
Browse files Browse the repository at this point in the history
* chore: specify Go patch version: 1.22.5

* chore: using floating tags in golang docker image
  • Loading branch information
matheusfm authored Jul 31, 2024
1 parent 6134732 commit 65c0983
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.22 as builder
FROM golang:1.22 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion cmd/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.22 as builder
FROM golang:1.22 AS builder
ARG TARGETOS
ARG TARGETARCH

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/undistro/zora

go 1.22.0
go 1.22.5

require (
github.com/aquasecurity/trivy v0.51.2
Expand Down

0 comments on commit 65c0983

Please sign in to comment.