diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fac3228..c4303e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/LICENCE b/LICENCE index 15da268..de1e09d 100644 --- a/LICENCE +++ b/LICENCE @@ -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 diff --git a/go.mod b/go.mod index 6414227..c19db5f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/gofor-little/colors -go 1.15 +go 1.16