diff options
author | Amir Laher <amirlaher@Amirs-Air.fritz.box> | 2022-05-20 15:10:44 +1200 |
---|---|---|
committer | Amir Laher <amirlaher@Amirs-Air.fritz.box> | 2022-05-20 15:10:44 +1200 |
commit | d35152c609e50a2470451c25b80e7efb1d5decca (patch) | |
tree | ebfd2a26d6c16736c6465cd2f1658a0db640be3e | |
parent | Set module path as v2 (breaking change) (diff) | |
download | pds-d35152c609e50a2470451c25b80e7efb1d5decca.tar.gz pds-d35152c609e50a2470451c25b80e7efb1d5decca.tar.xz |
upgrade github actions to go 1.18
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d83c6e..400912e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.15.x + go-version: 1.18.x - name: Checkout code uses: actions/checkout@v2 - name: Short test @@ -22,7 +22,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.15.x + go-version: 1.18.x - name: Checkout code uses: actions/checkout@v2 - name: Test |