Skip to content

Commit

Permalink
ci: updated go version
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Mar 9, 2025
1 parent a664810 commit b992805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

env:
GO_VERSION: "1.23"
GO_VERSION: "1.24"


jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- id: tag
run: |
VERSION=$(svu next --tag-mode all-branches)
PREV_VERSION=$(svu current --tag-mode all-branches)
VERSION=$(svu next --tag.mode all)
PREV_VERSION=$(svu current --tag.mode all)
if [ "$VERSION" = "$PREV_VERSION" ]; then
echo "no new version detected"
Expand Down Expand Up @@ -82,8 +82,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- run: git fetch --force --tags
fetch-tags: true

- uses: actions/setup-go@v5.0.2
with:
Expand Down

0 comments on commit b992805

Please sign in to comment.