diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/FUNDING.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/go.yml | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..b0b67f3 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [alexflint] diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dcb52cf..58e0c0e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,17 +15,17 @@ jobs: strategy: fail-fast: false matrix: - go: ['1.17', '1.18', '1.19'] + go: ['1.20', '1.21', '1.22'] 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 . |
