Skip to content

Commit

Permalink
gh actions: bump to go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hunt~ <[email protected]>
  • Loading branch information
haircommander committed Feb 6, 2023
1 parent 7c064af commit b042229
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.20'
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.20'
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand All @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.20'
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.20'
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.20'
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit b042229

Please sign in to comment.