Skip to content

Commit

Permalink
chore: upgrade to go1.19
Browse files Browse the repository at this point in the history
* chore: upgrade to go1.19

* review

Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
mvertes and ldez authored Aug 3, 2022
1 parent dc082b5 commit d3fc5e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
go-version: [ 1.18, 1.19.0-rc2 ]
go-version: [ 1.18, 1.19 ]
os: [ubuntu-latest, macos-latest, windows-latest]

include:
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
stable: false
stable: true

# https://github.com/marketplace/actions/checkout
- name: Checkout code
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
needs: linting
strategy:
matrix:
go-version: [ 1.18, 1.19.0-rc2 ]
go-version: [ 1.18, 1.19 ]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
stable: false
stable: true

- name: Check out code
uses: actions/checkout@v2
Expand All @@ -76,14 +76,14 @@ jobs:
working-directory: ${{ github.workspace }}/go/src/github.com/traefik/yaegi
strategy:
matrix:
go-version: [ 1.18, 1.19.0-rc2 ]
go-version: [ 1.18, 1.19 ]

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
stable: false
stable: true

- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v[0-9]+.[0-9]+*

env:
GO_VERSION: 1.17
GO_VERSION: 1.19

jobs:

Expand Down

0 comments on commit d3fc5e9

Please sign in to comment.