mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-04-19 08:36:50 +00:00
Setup and use Go 1.22 for build
This commit is contained in:
parent
3742acf149
commit
f03ab26760
2
.github/workflows/go-deploy.yml
vendored
2
.github/workflows/go-deploy.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.22'
|
||||||
|
|
||||||
- run: go test
|
- run: go test
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.20-alpine AS build-env
|
FROM golang:1.22-alpine AS build-env
|
||||||
|
|
||||||
WORKDIR /tmp/build
|
WORKDIR /tmp/build
|
||||||
ADD . /tmp/build
|
ADD . /tmp/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user