Skip to content

Commit f1d3557

Browse files
committed
Go 1.26
1 parent e7942cb commit f1d3557

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1
1+
ARG GO_VERSION=1.26
22
FROM golang:${GO_VERSION}-bookworm as builder
33

44
WORKDIR /usr/src/app

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/mcpherrinm/teyes
22

3-
go 1.24.0
4-
5-
toolchain go1.24.2
3+
go 1.26.0
64

75
require (
86
github.com/charmbracelet/bubbletea v1.3.10

0 commit comments

Comments
 (0)