Skip to content

Commit f8a4b27

Browse files
authored
[FSSDK-9591] chore: bump go version to 1.21.0 (#380)
* bump go version to 1.21.0 * update readme
1 parent 436b93f commit f8a4b27

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-go@v3
2121
with:
22-
go-version: '1.19'
22+
go-version: '1.21.0'
2323
- run: make install lint
2424

2525
unit_test_latest:
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-go@v3
3030
with:
31-
go-version: '>=1.20'
31+
go-version: '>=1.21.0'
3232
- run: make cover
3333

3434
unit_test_legacy:
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v3
3838
- uses: actions/setup-go@v3
3939
with:
40-
go-version: '1.19'
40+
go-version: '1.21.0'
4141
check-latest: true
4242
- run: make cover
4343

@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v3
5050
- uses: actions/setup-go@v3
5151
with:
52-
go-version: '1.19.7'
52+
go-version: '1.21.0'
5353
- run: |
5454
go test -race -covermode atomic -coverprofile=covprofile ./...
5555
go install github.com/mattn/goveralls@latest
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v3
6262
- uses: actions/setup-go@v3
6363
with:
64-
go-version: '>=1.20'
64+
go-version: '>=1.21.0'
6565
- run: make benchmark
6666

6767
integration_tests:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We practice trunk-based development, and as such our default branch, `master` mi
4141
```
4242
module mymodule
4343
44-
go 1.19
44+
go 1.21.0
4545
4646
require (
4747
github.com/optimizely/go-sdk v2.0.0-beta

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/optimizely/go-sdk
22

3-
go 1.19
3+
go 1.21.0
44

55
require (
66
github.com/google/uuid v1.3.0

0 commit comments

Comments
 (0)