Skip to content

Commit ff0b502

Browse files
fix: bump go
1 parent 2049f86 commit ff0b502

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: setup-go
1313
uses: actions/setup-go@v3
1414
with:
15-
go-version: '1.19'
15+
go-version: '1.21'
1616
- name: Run tests
1717
run: |
1818
make test

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go 1.x
99
uses: actions/setup-go@v3
1010
with:
11-
go-version: 1.19
11+
go-version: 1.21
1212
id: go
1313
- name: checkout project
1414
uses: actions/checkout@v3

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go 1.x
99
uses: actions/setup-go@v3
1010
with:
11-
go-version: 1.19
11+
go-version: 1.21
1212
id: go
1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@v3

0 commit comments

Comments
 (0)