Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
deps: go 1.16 support (#4)
Browse files Browse the repository at this point in the history
- Added Go 1.16 support.
- Updated LICENSE year.
- Updated CI action.
  • Loading branch information
Taliesin Millhouse authored Feb 20, 2021
1 parent dcf035e commit b143840
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.16
- run: |
go get -v -t -d ./...
- run: |
Expand Down
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 gofor-little
Copyright (c) 2021 gofor-little

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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/gofor-little/colors

go 1.15
go 1.16

0 comments on commit b143840

Please sign in to comment.