Skip to content

Commit

Permalink
Bump to go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Domenico Luciani <domenicoleoneluciani@gmail.com>
  • Loading branch information
dlion committed Aug 21, 2023
1 parent 5c57feb commit b794393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- name: Test
run: make test
test-and-build-windows:
Expand All @@ -26,6 +26,6 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- name: Test
run: make test
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ require (
golang.org/x/tools v0.9.1 // indirect
)

go 1.19
go 1.20

0 comments on commit b794393

Please sign in to comment.