There was an error while loading. Please reload this page.
1 parent ddd55b1 commit eed3faaCopy full SHA for eed3faa
4 files changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ on:
24
workflow_dispatch:
25
26
env:
27
- GO_VERSION: "1.25"
+ GO_VERSION: "1.26"
28
29
jobs:
30
verify-code:
.github/workflows/release.yml
@@ -13,7 +13,7 @@ permissions:
13
contents: write
14
15
16
17
18
19
tests:
.golangci.yaml
@@ -5,7 +5,7 @@ run:
5
timeout: 5m
6
tests: true
7
allow-parallel-runners: true
8
- go: '1.25'
+ go: '1.26'
9
linters:
10
default: standard
11
enable:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25-alpine AS builder
+FROM golang:1.26-alpine AS builder
2
RUN mkdir /src
3
WORKDIR /src
4
COPY . .
0 commit comments