diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5a9cd5b..819df97 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,6 +15,6 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: '1.18.4' + go-version: '1.20.5' - name: build run: make build diff --git a/README.md b/README.md index 318b9c5..19e8203 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,5 @@ Flags: Use "pasoe [command] --help" for more information about a command. ``` -By: Bronco Oostermeyer, 2022 +By: Bronco Oostermeyer, 2022, 2023 License: GPL3 diff --git a/go.mod b/go.mod index 7f88bcb..632bcbb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/bfv/pasoe-cli -go 1.18 +go 1.20 require github.com/spf13/viper v1.12.0 diff --git a/version-template.txt b/version-template.txt index e2716d1..dfa9132 100644 --- a/version-template.txt +++ b/version-template.txt @@ -1,4 +1,4 @@ pasoe-cli ${version} - Bronco Oostermeyer 2022 + Bronco Oostermeyer 2022, 2023 Published under GPL3 https://github.com/bfv/pasoe-cli \ No newline at end of file