fix(ci): align toolchains and isolate platform tests
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Update the readable tag, index digest, and platforms together using the controlled process in CONTRIBUTING.md.
|
||||
# Platforms: linux/amd64, linux/arm64
|
||||
FROM golang:1.22.12-alpine3.21@sha256:1699c10032ca2582ec89a24a1312d986a3f094aed3d5c1147b19880afe40e052 AS build
|
||||
FROM golang:1.26.5-alpine3.23@sha256:622e56dbc11a8cfe87cafa2331e9a201877271cbff918af53d3be315f3da88cc AS build
|
||||
WORKDIR /src
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
module github.com/edde746/plezy-relay
|
||||
|
||||
go 1.22
|
||||
go 1.26.5
|
||||
|
||||
require github.com/gorilla/websocket v1.5.3
|
||||
|
||||
Reference in New Issue
Block a user