Skip to content

Commit

Permalink
✅ Update s3 move func
Browse files Browse the repository at this point in the history
  • Loading branch information
tosone committed Aug 17, 2024
1 parent 2ada28d commit 44de14e
Show file tree
Hide file tree
Showing 11 changed files with 595 additions and 536 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.22"]
go: ["1.23"]
node: ["20"]
steps:
- name: Checkout branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/local-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.22"]
go: ["1.23"]
node: ["20"]
steps:
- name: Checkout branch
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.22"]
go: ["1.23"]
node: ["20"]
services:
mysql:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.22"]
go: ["1.23"]
node: ["20"]
services:
mysql:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.22"]
go: ["1.23"]
node: ["20"]
services:
mysql:
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.22.5-alpine3.19
ARG GOLANG_VERSION=1.23.0-alpine3.19
ARG NODE_VERSION=20-alpine3.19
ARG ALPINE_VERSION=3.19

Expand Down Expand Up @@ -34,7 +34,7 @@ FROM alpine:${ALPINE_VERSION} AS trivy

ARG USE_MIRROR=false
ARG WITH_TRIVY_DB=false
ARG TRIVY_VERSION=0.53.0
ARG TRIVY_VERSION=0.54.1
ARG TARGETOS TARGETARCH

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG GOLANG_VERSION=1.22.5-alpine3.19
ARG GOLANG_VERSION=1.23.0-alpine3.19
ARG BUILDKIT_VERSION=v0.13.2-rootless
ARG ALPINE_VERSION=3.19

FROM alpine:${ALPINE_VERSION} AS cosign

ARG USE_MIRROR=false
ARG COSIGN_VERSION=v2.2.4
ARG COSIGN_VERSION=v2.4.0
ARG TARGETOS TARGETARCH

RUN set -eux && \
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.22.5-bookworm
ARG GOLANG_VERSION=1.23.0-bookworm
ARG NODE_VERSION=20-alpine3.19
ARG ALPINE_VERSION=3.19
ARG DEBIAN_VERSION=bookworm-slim
Expand Down Expand Up @@ -35,7 +35,7 @@ FROM alpine:${ALPINE_VERSION} AS trivy

ARG USE_MIRROR=false
ARG WITH_TRIVY_DB=false
ARG TRIVY_VERSION=0.53.0
ARG TRIVY_VERSION=0.54.1
ARG TARGETOS TARGETARCH

RUN set -eux && \
Expand Down
Loading

0 comments on commit 44de14e

Please sign in to comment.