Skip to content

Commit

Permalink
Bump go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev committed Nov 8, 2024
1 parent 5e0134c commit f9edb69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: '^1.14'
go-version: '^1.23'
- run: make generate
- uses: EndBug/add-and-commit@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: '^1.17'
go-version: '^1.23'
- run: make generate

0 comments on commit f9edb69

Please sign in to comment.