Skip to content

Commit

Permalink
Update to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kordianbruck committed Jun 4, 2023
1 parent 5f61d0b commit 4a83972
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
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@v2
with:
go-version: 1.17
go-version: 1.20

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
## Dependencies

* A [working](https://golang.org/doc/install#testing) [Go](https://golang.org/)
[1.17](https://golang.org/doc/go1.17) environment
[1.20](https://golang.org/doc/go1.20) environment
* utf-8 terminal with 256 colors
* A monospaced font containing all the required runes (I use `dejavu sans
mono`)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/schachmat/wego

go 1.17
go 1.20

require (
github.com/mattn/go-colorable v0.1.13
Expand Down

0 comments on commit 4a83972

Please sign in to comment.