Skip to content

Commit

Permalink
update go
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 committed Mar 12, 2024
1 parent 43ad3e8 commit b0f861b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/functional_test_v2.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ~1.20.8
go-version: ~1.21.8
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ~1.20.8
go-version: ~1.21.8
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: cd base && git checkout HEAD^
- uses: actions/setup-go@v5
with:
go-version: ~1.20.8
go-version: ~1.21.8
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ~1.20.8
go-version: ~1.21.8
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
run: cd base && git checkout HEAD^
- uses: actions/setup-go@v5
with:
go-version: ~1.20.8
go-version: ~1.21.8
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ~1.20.8
go-version: ~1.21.8
cache: false
- name: Cache Go
id: go-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migration_tests.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ~1.20.8
go-version: ~1.21.8
cache: false
- name: Cache Go
id: go-cache
Expand Down

0 comments on commit b0f861b

Please sign in to comment.