Skip to content

Commit e629eab

Browse files
author
ismael FALL
committed
fix: go version CI
Signed-off-by: ismael FALL <ismael.fall@epitech.eu>
1 parent 4693288 commit e629eab

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
goreleaser-dryrun:
3030
strategy:
3131
matrix:
32-
golang: [1.18.x]
32+
golang: [1.19.x]
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: windows-latest
7272
strategy:
7373
matrix:
74-
golang: [1.18.x]
74+
golang: [1.19.x]
7575
steps:
7676
- uses: actions/checkout@v3.0.2
7777
- name: Install Go
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: macos-latest
8787
strategy:
8888
matrix:
89-
golang: [1.18.x]
89+
golang: [1.19.x]
9090
env:
9191
OS: macos-latest
9292
GOLANG: ${{ matrix.golang }}
@@ -125,8 +125,7 @@ jobs:
125125
strategy:
126126
matrix:
127127
golang:
128-
- 1.17.x
129-
- 1.18.x
128+
- 1.19.x
130129
env:
131130
OS: ubuntu-latest
132131
GOLANG: ${{ matrix.golang }}

go.sum

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)