We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ac576 commit afd26cfCopy full SHA for afd26cf
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4
34
- uses: actions/setup-go@v5
35
with:
36
- go-version: '1.24'
+ go-version: '1.26'
37
38
- id: release
39
uses: bruceadams/get-release@v1.3.2
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
11
- uses: actions/setup-go@v2
12
13
14
15
- name: Run unit tests
16
run: go test -v ./...
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24 AS builder
+FROM golang:1.26 AS builder
2
3
WORKDIR /src/ltx
4
COPY . .
0 commit comments