Skip to content

Commit

Permalink
add the new version in the ci yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Aladeeb authored and Ahmed Aladeeb committed Aug 30, 2024
1 parent 8a3ee3f commit 2270a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
# go: ['1.14', '1.15']
go: ['1.22']
go: ['1.23']

steps:
- uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- docker

go:
- "1.22"
- "1.23"

env:
- ISTRAVIS=true
Expand Down

0 comments on commit 2270a1e

Please sign in to comment.