We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2417793 commit d2511e0Copy full SHA for d2511e0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25-alpine as build
+FROM golang:1.26-alpine as build
2
3
ARG version=trunk
4
Dockerfile.build
-FROM golang:1.25 as build
+FROM golang:1.26 as build
go.mod
@@ -1,6 +1,6 @@
module github.com/wtfutil/wtf
-go 1.25.5
+go 1.26.0
5
require (
6
bitbucket.org/mikehouston/asana-go v0.0.0-20201102222432-715318d0343a
0 commit comments