From 46c159554807c33ceec90156b15f73115871bd5d Mon Sep 17 00:00:00 2001 From: Noboru Saito Date: Sun, 24 May 2026 08:21:56 +0900 Subject: [PATCH] Add FUNDING.yml and update test.yml --- .github/FUNDING.yml | 1 + .github/workflows/test.yml | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..26e7eab --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: noborus diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc35ea7..ffaafdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,8 @@ on: - main pull_request: workflow_dispatch: -jobs: +jobs: build: strategy: matrix: @@ -18,10 +18,9 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Go - if: success() - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} cache: true