We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7d1a4 commit 98ff59dCopy full SHA for 98ff59d
4 files changed
.env
@@ -1,4 +1,4 @@
1
-GO_VERSION="1.26.1"
+GO_VERSION="1.26.2"
2
NIGHTLY_TAG="nightly"
3
NODE_VERSION="24"
4
REPO_AUTHOR_EMAIL="ayo@freshman.tech"
Dockerfile
@@ -1,5 +1,5 @@
# Build stage
-ARG GO_VERSION=1.26.1
+ARG GO_VERSION=1.26.2
FROM golang:${GO_VERSION}-alpine AS builder
5
# Set the working directory
go.mod
@@ -1,6 +1,6 @@
module github.com/ayoisaiah/f2/v2
-go 1.26.1
+go 1.26.2
require (
6
github.com/barasher/go-exiftool v1.10.0
tools.mod
tool (
github.com/boyter/scc/v3
0 commit comments