mirror of
https://github.com/sqlc-dev/sqlc.git
synced 2025-04-24 14:50:49 +03:00
build(deps): bump golang from 1.23.6 to 1.24.0 (#3842)
Bumps golang from 1.23.6 to 1.24.0. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ec9d492c40
commit
7f9b05bae7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# STEP 1: Build sqlc
|
||||
FROM golang:1.23.6 AS builder
|
||||
FROM golang:1.24.0 AS builder
|
||||
|
||||
COPY . /workspace
|
||||
WORKDIR /workspace
|
||||
|
|
Loading…
Reference in a new issue