Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23 (#98)
Browse files Browse the repository at this point in the history
* chore(deps): update golang docker tag to v1.23

* feat: Add more goarch for releases

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cyb3r-Jak3 <[email protected]>
  • Loading branch information
renovate[bot] and Cyb3r-Jak3 authored Sep 17, 2024
1 parent e05bb44 commit 000bb75
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
context: cloudflare-utils
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6, linux/386
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6, linux/386, linux/riscv64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: cloudflare-utils/dist.Dockerfile
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
~\AppData\Local\go-build
~\go\pkg\mod
key: go-${{ hashFiles('go.sum') }}
restore-keys: |
go-
- name: Install Syft
run: choco install syft --yes
Expand Down
3 changes: 3 additions & 0 deletions cmd/cloudflare-utils/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ builds:
- '386'
- s390x
- ppc64le
- riscv64
- mips64
- mips64le
binary: cloudflare-utils
mod_timestamp: '{{ .CommitTimestamp }}'
ldflags:
Expand Down
2 changes: 1 addition & 1 deletion dist.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /usr/app
ENV CGO_ENABLED=0
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/Cyb3r-Jak3/cloudflare-utils

go 1.21
go 1.23

require (
github.com/Cyb3r-Jak3/common/v5 v5.2.0
Expand Down

0 comments on commit 000bb75

Please sign in to comment.