diff options
| author | jannfis <jann@mistrust.net> | 2021-08-02 11:57:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 11:57:45 +0200 |
| commit | b4db40b3e23ef13af6e682d83713aa42ccf56b77 (patch) | |
| tree | 5d05bc66007f828ff15e693beac5e4b176510197 /.github/workflows | |
| parent | d714b989e46c635d1dd492beab379f61f55e19cd (diff) | |
chore: Upgrade Go to v1.16.5 (#229)
* chore: Upgrade Go to v1.16.5
Signed-off-by: jannfis <jann@mistrust.net>
* chore: Upgrade Go to v1.16.5
Signed-off-by: jannfis <jann@mistrust.net>
* chore: Upgrade Go to v1.16.5
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-tests.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 97c9f11..6ae43a9 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -18,7 +18,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v1 with: - go-version: '1.14.4' + go-version: '1.16.5' - name: Download all Go modules run: | go mod download @@ -68,7 +68,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v1 with: - go-version: '1.14.4' + go-version: '1.16.5' - name: Run tests env: GNUPG_DISABLED: true |
