Skip to content

Commit

Permalink
ci: use golang 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Sep 17, 2023
1 parent 22d0484 commit 7e19568
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
- name: setup go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- run: go build -v
with:
go-version: "1.21"
- run: go build
- run: go test -v ./...

0 comments on commit 7e19568

Please sign in to comment.