Skip to content

Commit

Permalink
Merge pull request #119 from wgpsec/dev
Browse files Browse the repository at this point in the history
合并1.0.0版本
  • Loading branch information
keac authored May 21, 2024
2 parents caf218d + fddbfd2 commit a9e3a95
Show file tree
Hide file tree
Showing 37 changed files with 1,924 additions and 3,737 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: build

on:
pull_request:
branches: [ master ]
branches: [ master,dev ]

jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest]
go-version: [1.17]
platform: [ ubuntu-latest ]
go-version: [ 1.22.1 ]
name: Build
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest ]
go-version: [ 1.17 ]
go-version: [1.22.1 ]
name: Build
runs-on: ${{ matrix.platform }}
steps:
Expand Down
Loading

0 comments on commit a9e3a95

Please sign in to comment.