Skip to content

Commit

Permalink
ci: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Jul 4, 2024
1 parent 2ea5a6e commit 264d5c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
timeout-minutes: 15
uses: actions/setup-go@v5
with:
go-version: "1.22.3"
go-version: "1.22.5"
cache-dependency-path: |
**/go.sum
- name: Setup Toolbox
timeout-minutes: 5
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: toolbox-${{ runner.os }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
timeout-minutes: 15
uses: actions/setup-go@v5
with:
go-version: "1.22.3"
go-version: "1.22.5"
cache-dependency-path: |
**/go.sum
- name: Make
run: make build
env:
VERSION: "${{ github.ref_name }}"
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
fail_on_unmatched_files: true
tag_name: "${{ github.ref_name }}"
Expand Down

0 comments on commit 264d5c7

Please sign in to comment.