Skip to content

Commit 9d80d14

Browse files
committed
Use go 1.21 for all workflow jbos
1 parent adc591d commit 9d80d14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@v3
5353
with:
54-
go-version: 1.19
54+
go-version: 1.21
5555
check-latest: true
5656
cache: true
5757

@@ -85,7 +85,7 @@ jobs:
8585
- name: Set up Go
8686
uses: actions/setup-go@v3
8787
with:
88-
go-version: 1.19
88+
go-version: 1.21
8989
check-latest: true
9090
cache: true
9191

@@ -111,7 +111,7 @@ jobs:
111111
- name: Set up Go
112112
uses: actions/setup-go@v3
113113
with:
114-
go-version: 1.19
114+
go-version: 1.21
115115
check-latest: true
116116
cache: true
117117

0 commit comments

Comments
 (0)