Skip to content

Commit

Permalink
update to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jawee committed Feb 15, 2024
1 parent 7478021 commit 55e48af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 AS build
FROM golang:1.22 AS build

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/jawee/twitch-recorder

go 1.21
go 1.22

require gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect

0 comments on commit 55e48af

Please sign in to comment.