Skip to content

Commit a9e3a95

Browse files
authored
Merge pull request #119 from wgpsec/dev
合并1.0.0版本
2 parents caf218d + fddbfd2 commit a9e3a95

File tree

37 files changed

+1924
-3737
lines changed

37 files changed

+1924
-3737
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: build
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ master,dev ]
66

77
jobs:
88
build:
99
strategy:
1010
matrix:
11-
platform: [ubuntu-latest]
12-
go-version: [1.17]
11+
platform: [ ubuntu-latest ]
12+
go-version: [ 1.22.1 ]
1313
name: Build
1414
runs-on: ${{ matrix.platform }}
1515
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
platform: [ ubuntu-latest ]
12-
go-version: [ 1.17 ]
12+
go-version: [1.22.1 ]
1313
name: Build
1414
runs-on: ${{ matrix.platform }}
1515
steps:

0 commit comments

Comments
 (0)