Skip to content

Commit

Permalink
Update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuer committed Aug 14, 2024
1 parent 58a2c08 commit c048723
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go toolchain
uses: actions/setup-go@v5
with:
go-version: "1.20.1"
go-version: "1.22.4"
- name: Build
run: |
mkdir dist
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install Go toolchain
uses: actions/setup-go@v5
with:
go-version: "1.20.1"
go-version: "1.22.4"
- name: Build
run: |
mkdir dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go toolchain
uses: actions/setup-go@v5
with:
go-version: "1.20.1"
go-version: "1.22.4"
- name: Build
run: |
mkdir dist
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/rjuer/cidr

go 1.21
go 1.22

toolchain go1.22.4

Expand Down

0 comments on commit c048723

Please sign in to comment.