Skip to content

Commit

Permalink
update go122
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Feb 7, 2024
1 parent 188b9b4 commit d82aaae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.21.0'
go-version: '>=1.22'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: set up
uses: actions/setup-go@v3
with:
go-version: '>=1.21.0'
go-version: '>=1.22'
- name: checkout
uses: actions/checkout@v2
- name: golangci-lint
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/ddddddO/calma

go 1.21
go 1.22

toolchain go1.21.0
toolchain go1.22.0

require (
github.com/gomarkdown/markdown v0.0.0-20220607163217-45f7c050e2d1
Expand Down

0 comments on commit d82aaae

Please sign in to comment.