diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-16 19:27:13 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-16 19:27:13 +0100 |
commit | 76583655b140ead3b1212ea0dcbcf9cab7278379 (patch) | |
tree | 88e042ab7d47a5dd18084f3651b317a47683b040 /.github/workflows | |
parent | b41368462c89dbfc5230350c46629266f03ad9d5 (diff) | |
download | feed2imap-go-76583655b140ead3b1212ea0dcbcf9cab7278379.tar.gz feed2imap-go-76583655b140ead3b1212ea0dcbcf9cab7278379.tar.bz2 feed2imap-go-76583655b140ead3b1212ea0dcbcf9cab7278379.zip |
Increment go-version to 1.16
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/go.yml | 4 | ||||
-rw-r--r-- | .github/workflows/release.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2286985..e1cf719 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.16 uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.16 id: go - name: Checkout diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb80408..687b92d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.16 uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.16 id: go - name: Checkout |