Skip to content

Commit

Permalink
Merge pull request #574 from innogames/md_go_minor
Browse files Browse the repository at this point in the history
require go 1.21.9 for security patches
  • Loading branch information
brainexe authored Jun 11, 2024
2 parents 5cca0e7 + 6c5ce3b commit 3481901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/innogames/slack-bot/v2

go 1.21
go 1.21.9

require (
github.com/alicebob/miniredis/v2 v2.32.1
Expand Down

0 comments on commit 3481901

Please sign in to comment.