Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Apr 29, 2024
1 parent 94157d6 commit 2501547
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.5'
go-version: '>=1.22.0'
cache: true
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.
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/rusq/wipemychat

go 1.21
go 1.22

require (
github.com/fatih/color v1.16.0
Expand Down
Loading

0 comments on commit 2501547

Please sign in to comment.