Skip to content

Commit

Permalink
Upgrade to Go 1.22 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Feb 11, 2024
1 parent 6bb9054 commit c6c7a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ '*' ]

env:
GO_VERSION: 1.21.x
GO_VERSION: 1.22.x

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
cache: true

- name: Install parse-changelog
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module go.abhg.dev/stitchmd

go 1.21

toolchain go1.21.0
go 1.22.0

require (
github.com/Kunde21/markdownfmt/v3 v3.1.0
Expand Down

0 comments on commit c6c7a61

Please sign in to comment.