Skip to content

Commit

Permalink
go version 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Feb 2, 2023
1 parent a318d1b commit 0d317b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
with:
fetch-depth: 1
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: '>=1.20.0'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: set up
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: '>=1.20.0'
- name: checkout
uses: actions/checkout@v2
- name: golangci-lint
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/ddddddO/calma

go 1.19
go 1.20

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

0 comments on commit 0d317b7

Please sign in to comment.