Skip to content

Commit

Permalink
fix: go version CI
Browse files Browse the repository at this point in the history
Signed-off-by: ismael FALL <ismael.fall@epitech.eu>
  • Loading branch information
Doozers committed Mar 17, 2023
1 parent 4693288 commit e629eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/go.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
goreleaser-dryrun:
strategy:
matrix:
golang: [1.18.x]
golang: [1.19.x]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
golang: [1.18.x]
golang: [1.19.x]
steps:
- uses: actions/checkout@v3.0.2
- name: Install Go
Expand All @@ -86,7 +86,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
golang: [1.18.x]
golang: [1.19.x]
env:
OS: macos-latest
GOLANG: ${{ matrix.golang }}
Expand Down Expand Up @@ -125,8 +125,7 @@ jobs:
strategy:
matrix:
golang:
- 1.17.x
- 1.18.x
- 1.19.x
env:
OS: ubuntu-latest
GOLANG: ${{ matrix.golang }}
Expand Down
3 changes: 0 additions & 3 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e629eab

Please sign in to comment.