Skip to content

Commit

Permalink
Bump to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
JenswBE committed Feb 12, 2024
1 parent cdec63f commit acea40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: write

env:
GO_VERSION: "1.20"
GO_VERSION: "1.22"

jobs:
build-and-publish:
Expand Down
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/jenswbe/smtp-cli

go 1.20
go 1.22

require (
github.com/rs/zerolog v1.32.0
Expand Down

0 comments on commit acea40d

Please sign in to comment.