- commit
- 3e8759a
- parent
- a7bc7f3
- author
- Eric Bower
- date
- 2023-08-17 16:30:28 +0000 UTC
use go1.21
2 files changed,
+2,
-2
M
go.mod
+1,
-1
1@@ -1,4 +1,4 @@
2-FROM --platform=$BUILDPLATFORM golang:1.19 as builder-deps
3+FROM --platform=$BUILDPLATFORM golang:1.21 as builder-deps
4 LABEL maintainer="Pico Maintainers <hello@pico.sh>"
5
6 WORKDIR /app
M
go.mod
+1,
-1
1@@ -1,6 +1,6 @@
2 module github.com/picosh/pico
3
4-go 1.19
5+go 1.21
6
7 require (
8 github.com/alecthomas/chroma v0.10.0