Skip to content

Commit

Permalink
build: update go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Dec 18, 2023
1 parent 642f8c5 commit 4ab7ea9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Set up Go"
uses: actions/[email protected]
with:
go-version: "1.20"
go-version: "1.21"
cache: true
- name: Run GoReleaser
uses: goreleaser/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Set up Go"
uses: actions/[email protected]
with:
go-version: "1.20"
go-version: "1.21"
cache: true
- name: Run GoReleaser
uses: goreleaser/[email protected]
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/Sirohun09/dljdk

go 1.20
go 1.21

toolchain go1.21.5

require github.com/cheggaaa/pb/v3 v3.1.4

Expand Down

0 comments on commit 4ab7ea9

Please sign in to comment.