mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-27 20:36:33 -04:00
bump golang release
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.23.0
|
go-version: 1.23.4
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FLAGS := -trimpath
|
FLAGS := -trimpath -ldflags="-w -s"
|
||||||
NOCGO := CGO_ENABLED=0
|
NOCGO := CGO_ENABLED=0
|
||||||
|
|
||||||
build::
|
build::
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module github.com/pldubouilh/gossa
|
module github.com/pldubouilh/gossa
|
||||||
|
|
||||||
go 1.23.0
|
go 1.23.4
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/golang:1.23.0-alpine AS builder
|
FROM docker.io/library/golang:1.23.4-alpine AS builder
|
||||||
RUN apk add --no-cache make
|
RUN apk add --no-cache make
|
||||||
WORKDIR /gossaSrc
|
WORKDIR /gossaSrc
|
||||||
COPY . /gossaSrc
|
COPY . /gossaSrc
|
||||||
|
|||||||
Reference in New Issue
Block a user