Skip to content

Commit

Permalink
use go1.22 (#4018)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier authored Feb 22, 2024
1 parent 52f66b0 commit 80cfd09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
19 changes: 5 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,15 @@ version: 2
jobs:
go-version-latest:
docker:
- image: cimg/go:1.22-node
- image: cimg/go:1.22-node
resource_class: large
steps:
- checkout
- run: make

This comment has been minimized.

Copy link
@iansmarter

iansmarter Apr 24, 2024

k

- run: make alltest
go-version-last:
docker:
- image: cimg/go:1.21-node
resource_class: large
steps:
- checkout
- run: make
- run: make alltest
- checkout
- run: make
- run: make alltest

workflows:
version: 2
build_and_test:
jobs:
- go-version-latest
- go-version-last
- go-version-latest
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/fatedier/frp

go 1.21
go 1.22

require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
Expand Down

0 comments on commit 80cfd09

Please sign in to comment.