Skip to content

Commit

Permalink
Update Go version to 1.22 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
blizard863 authored Jun 16, 2024
1 parent a051f09 commit 28318b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Build
run: make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Make All
run: |
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/gofrp/tiny-frpc

go 1.21
go 1.22

require (
github.com/pelletier/go-toml/v2 v2.2.2
Expand Down

0 comments on commit 28318b0

Please sign in to comment.