diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-08-09 20:57:34 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-01-22 23:22:08 +0100 |
commit | 35f7fe3af67057b5595fe6abee62641a118f3461 (patch) | |
tree | 36db53f8b299e9dd4034d1174768129a7b85b870 /.github | |
parent | 35350d76a03e48d62db6eecb8b6da5ea41fd9dfd (diff) | |
download | feed2imap-go-35f7fe3af67057b5595fe6abee62641a118f3461.tar.gz feed2imap-go-35f7fe3af67057b5595fe6abee62641a118f3461.tar.bz2 feed2imap-go-35f7fe3af67057b5595fe6abee62641a118f3461.zip |
Upgrade to Go 1.19
Diffstat (limited to '.github')
-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 0ff0613..32e1f37 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.18 + - name: Set up Go 1.19 uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 id: go - name: Checkout diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d80df24..769c97b 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.18 + - name: Set up Go 1.19 uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 id: go - name: Checkout |