Skip to content

Commit

Permalink
fix: fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
xbpk3t committed Jul 22, 2024
1 parent 98f3964 commit 833621a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6,261 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.21.0]
go-version: [1.22.0]
platform: [macOS-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ repos:
- id: check-symlinks
- id: mixed-line-ending
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
# - id: check-executables-have-shebangs
# - id: check-shebang-scripts-are-executable

- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
rev: v1.6.1
Expand Down
Loading

0 comments on commit 833621a

Please sign in to comment.