Skip to content

Commit 0560812

Browse files
authored
Merge pull request #29 from CSSSR/renovate/go-1.x
chore(deps): update dependency go to v1.26.1
2 parents a8d93ef + ef606d0 commit 0560812

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26
1+
FROM golang:1.26.1
22

33
WORKDIR /app
44

app/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/CSSSR/my-app
22

3-
go 1.26.0
3+
go 1.26.1
44

55
require github.com/logrusorgru/aurora/v4 v4.0.0

0 commit comments

Comments
 (0)