Skip to content

Commit

Permalink
go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed May 28, 2024
1 parent 0f02853 commit 20ffbbc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- uses: actions/setup-go@v4
with:
go-version: '^1.21.1'
go-version: '^1.22.3'
- name: go build
run: GOOS=linux GOARCH=amd64 go build -o ${{ github.event.repository.name }}.linux.amd64 -trimpath -ldflags '-X main.Version='$VERSION
- name: gzip
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/shoce/pss

go 1.21
go 1.22

require github.com/mitchellh/go-ps v1.0.0
1 change: 0 additions & 1 deletion pss.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ go mod tidy
GoFmt
GoBuildNull
GoBuild
GoRelease
GoRun
*/

Expand Down

0 comments on commit 20ffbbc

Please sign in to comment.