From f02da4cd10e92a63bb78dc6671a3405afb70dc4a Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Sun, 8 Oct 2023 20:39:23 -0400 Subject: bump go versions used in CI --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dcb52cf..847d8c9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - go: ['1.17', '1.18', '1.19'] + go: ['1.19', '1.20', '1.21'] steps: - id: go -- cgit v1.2.3 From af368523db2abaf14f899e39691b9dcd7c49fe77 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Sun, 30 Jun 2024 10:33:03 -0400 Subject: Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 847d8c9..d1e4e77 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - go: ['1.19', '1.20', '1.21'] + go: ['1.20', '1.21', '1.22'] steps: - id: go -- cgit v1.2.3 From 67353a8bcf2a2c30623e68eaf50075b7a6fcf1a8 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Sun, 30 Jun 2024 10:35:08 -0400 Subject: Update version of github actions --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d1e4e77..58e0c0e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,12 +20,12 @@ jobs: steps: - id: go name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build run: go build -v . -- cgit v1.2.3 From bdb7560b8d54a1037e3dedfa22a8cf978d289f09 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Thu, 5 Sep 2024 17:05:51 -0400 Subject: Living in a monastery looking for funding The first commit to this project was on October 31, 2015, almost 9 years ago. It was [268 lines of code](https://github.com/alexflint/go-arg/commit/408290f7c2a968a0de255813e125a9ebb0a9dda6) and it worked pretty well! That was just about three and a half years after Go 1.0 was released. What fun! At that time there was no Go module system, so there was no need for versioned releases. Later, I started releasing official versions from time to time. v1.0.0 was published in December 2018. Over the years I've resisted adding a lot of features, and as a result the library is in pretty good shape. I use it in almost every Go program I write, personally, both servers/daemons and command line tools. It's nice! I live in a Buddhist monastery in Vermont now, not as a monk but as a lay practitioner. I'm working on building a form of Buddhism fit for consumption by AI systems. I love maintaining this little piece of software and I'd love some financial support to do so. I don't have a day job, and I need money to buy firewood, pay for car insurance, and travel to see my folks back home in Australia from time to time. If you use go-arg please consider sponsoring me. It would make a huge difference to me, and it will create a connection between us. I look forward to many long relationships. --- .github/FUNDING.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/FUNDING.yml (limited to '.github') diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..215c818 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +github: [alexflint] +custom: ['https://alexflint.io/donate.html'] -- cgit v1.2.3 From dcb5577c2b6de26dd65a3392a6b511416366c216 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Fri, 6 Sep 2024 09:00:13 -0400 Subject: Update FUNDING.yml --- .github/FUNDING.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github') diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 215c818..b0b67f3 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1 @@ -# These are supported funding model platforms - github: [alexflint] -custom: ['https://alexflint.io/donate.html'] -- cgit v1.2.3