Skip to content

Commit edf1338

Browse files
mcdonnnjjmorrowomni
authored andcommitted
Bump Go from 1.19 to 1.20
Bump the version of Go used in our GitHub Actions configuration to the latest stable Go release.
1 parent e098255 commit edf1338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# There is no expectation for actual Go code so we disable caching as
3333
# it relies on the existence of a go.sum file.
3434
cache: false
35-
go-version: "1.19"
35+
go-version: "1.20"
3636
- name: Lookup Go cache directory
3737
id: go-cache
3838
run: |

0 commit comments

Comments
 (0)