Skip to content

Commit

Permalink
Bump Go from 1.19 to 1.20
Browse files Browse the repository at this point in the history
Bump the version of Go used in our GitHub Actions configuration to the
latest stable Go release.
  • Loading branch information
mcdonnnj authored and jmorrowomni committed Jun 7, 2023
1 parent e098255 commit edf1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# There is no expectation for actual Go code so we disable caching as
# it relies on the existence of a go.sum file.
cache: false
go-version: "1.19"
go-version: "1.20"
- name: Lookup Go cache directory
id: go-cache
run: |
Expand Down

0 comments on commit edf1338

Please sign in to comment.