Skip to content

Commit

Permalink
chore: Update Go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Aug 25, 2022
1 parent ebc4ed4 commit a995dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: actions/checkout@v3
- run: go test -mod vendor ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/TwiN/go-color

go 1.18
go 1.19

0 comments on commit a995dc9

Please sign in to comment.