mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-19 10:21:18 +00:00
chore: update go version in ci and docker
This commit is contained in:
parent
b3e3f1a67d
commit
0bd9fba22b
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version: '1.23'
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -14,8 +14,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [linux, freebsd, darwin, windows]
|
||||
goarch: [amd64, arm64]
|
||||
goos: [linux]
|
||||
goarch: [amd64]
|
||||
exclude:
|
||||
- goarch: arm64
|
||||
goos: windows
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.21 AS builder
|
||||
FROM golang:1.23 AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN go build -o khatru-invite .
|
||||
|
Loading…
x
Reference in New Issue
Block a user