Skip to content

Commit

Permalink
update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Sep 2, 2023
1 parent fc2a595 commit e36215d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.20.0'
go-version: '>=1.21.0'
- 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.20.0'
go-version: '>=1.21.0'
- name: checkout
uses: actions/checkout@v2
- name: golangci-lint
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/ddddddO/calma

go 1.20
go 1.21

toolchain go1.21.0

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

0 comments on commit e36215d

Please sign in to comment.