Skip to content

Commit

Permalink
feat: update ci and shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulPancake committed Jan 29, 2025
1 parent 1e16a1e commit b78804f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/generate_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- checkout
- go/install:
version: 1.21.0
version: 1.22.0
EOF

# Loop through each module and generate job configurations
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
module: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
go-version: ['1.21.0', '1.22.0', '1.23.0']
go-version: ['1.22.0', '1.23.0']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit b78804f

Please sign in to comment.