mirror of
https://github.com/bitmagnet-io/bitmagnet.git
synced 2025-12-27 22:26:05 +00:00
Upgrade Go to 1.23.6 (#383)
Some checks failed
Checks / lint (push) Has been cancelled
Checks / test (push) Has been cancelled
Checks / generated (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (ruby) (push) Has been cancelled
Some checks failed
Checks / lint (push) Has been cancelled
Checks / test (push) Has been cancelled
Checks / generated (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (ruby) (push) Has been cancelled
* Upgrade go to 1.23.6
This commit is contained in:
parent
1b3ca02368
commit
8c4a5c3566
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "^1.23.2"
|
||||
go-version: "^1.23.6"
|
||||
|
||||
# - run: |
|
||||
# echo "Run, Build Application using script"
|
||||
|
||||
2
.github/workflows/ghcr.yml
vendored
2
.github/workflows/ghcr.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23.2"
|
||||
go-version: "1.23.6"
|
||||
cache: true
|
||||
|
||||
- name: Run GoReleaser build
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM golang:1.23.2-alpine3.20 AS build
|
||||
FROM golang:1.23.6-alpine3.20 AS build
|
||||
|
||||
RUN apk --update add \
|
||||
gcc \
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# build app
|
||||
FROM --platform=$BUILDPLATFORM golang:1.23.2-alpine3.20 AS app-builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine3.20 AS app-builder
|
||||
RUN apk add --no-cache git tzdata
|
||||
|
||||
ENV SERVICE=bitmagnet
|
||||
|
||||
Loading…
Reference in New Issue
Block a user