Skip to content

Commit

Permalink
gh actions: bump to go 1.21
Browse files Browse the repository at this point in the history
Ref: https://go.dev/blog/go1.21

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
  • Loading branch information
michalbiesek committed Aug 12, 2023
1 parent 77ce312 commit 0917c0f
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@v4
with:
go-version: '1.20'
go-version: '1.21'
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
Expand All @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 0917c0f

Please sign in to comment.