Skip to content

Commit

Permalink
update go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy0 committed Jun 11, 2023
1 parent 6b8a986 commit a07926d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
build-name: ${{ matrix.output }}
build-platform: ${{ matrix.platform }}
go-version: 1.19
go-version: 1.20
package: false
- if: runner.os == 'macOS'
shell: bash
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/yhy0/ChYing

go 1.19
go 1.20

require (
github.com/andybalholm/brotli v1.0.5
Expand Down

0 comments on commit a07926d

Please sign in to comment.