Skip to content

Commit

Permalink
bumpd ci to go 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Nov 18, 2023
1 parent dbe3d38 commit 0fa13a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.19
go-version: 1.20

- name: Cache Go modules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x

- name: Test
run: |
Expand Down

0 comments on commit 0fa13a4

Please sign in to comment.