We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7942cb commit f1d3557Copy full SHA for f1d3557
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1
+ARG GO_VERSION=1.26
2
FROM golang:${GO_VERSION}-bookworm as builder
3
4
WORKDIR /usr/src/app
go.mod
@@ -1,8 +1,6 @@
module github.com/mcpherrinm/teyes
-go 1.24.0
-
5
-toolchain go1.24.2
+go 1.26.0
6
7
require (
8
github.com/charmbracelet/bubbletea v1.3.10
0 commit comments