Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.4 (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Marques <lucas.mrqes@gmail.com>
  • Loading branch information
renovate[bot] and LucasMrqes authored Jan 2, 2025
1 parent 69c5c71 commit 270d558
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
id-token: write # Required for Codecov

env:
GO_VERSION: 1.22
GO_VERSION: 1.23

jobs:
unit-tests:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
with:
version: v1.55
version: v1.63
args: --timeout=5m

lint-ts:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*"

env:
GO_VERSION: 1.22
GO_VERSION: 1.23

permissions:
contents: write
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
push_options: --force

build-and-push:
uses: ./.github/workflows/build-and-push.yaml
uses: ./.github/workflows/build-and-push.yaml
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV VITE_API_BASE_URL=/api
RUN yarn build

# Build the manager binary
FROM docker.io/library/golang:1.22.10@sha256:9855006ddcf40a79e9a2d90df11870331d24bcf2354232482ae132a7ba7b624f AS builder
FROM docker.io/library/golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 AS builder
ARG TARGETOS
ARG TARGETARCH
ARG PACKAGE=github.com/padok-team/burrito
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/padok-team/burrito

go 1.22.0
go 1.23

toolchain go1.22.10
toolchain go1.23.4

require (
cloud.google.com/go/storage v1.45.0
Expand Down

0 comments on commit 270d558

Please sign in to comment.