Skip to content

Commit

Permalink
Bump minimum go version to 1.20 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Nov 4, 2023
1 parent 71aa283 commit 7d94628
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
go: ["1.19", "1.20"]
go: ["1.20", "1.21"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go: ["1.19", "1.20"]
go: ["1.20", "1.21"]

steps:
- name: Set up Go
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/Chatterino/twitch-pubsub-server-test

go 1.19
go 1.20

require (
git.kotmisia.pl/Mm2PL/examples v1.0.0
Expand Down

0 comments on commit 7d94628

Please sign in to comment.