From 3dbbed621763e045f06cf17ede2624b9ae790303 Mon Sep 17 00:00:00 2001 From: mwoss Date: Fri, 29 Dec 2023 10:46:29 +0100 Subject: [PATCH] Update Github Actions libraries to latest working version --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffd67624..6cd57da6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,16 +1,16 @@ -name: decimal-ci +name: ci on: [push] jobs: ci-job: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.7.x', '1.15', '1.16', '1.17', '1.x' ] + go: [ '1.7.x', '1.18', '1.19', '1.20', '1.21', '1.x' ] name: Go ${{ matrix.go }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - run: go build .