Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Bump go versions for tests
Browse files Browse the repository at this point in the history
v1.20 is out and v1.18 is end-of-life
  • Loading branch information
CryptoCopter committed Mar 13, 2023
1 parent b4b7b26 commit cb7074a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2020, 2021 Alvar Penning
# SPDX-FileCopyrightText: 2022 Markus Sommer
# SPDX-FileCopyrightText: 2022, 2023 Markus Sommer
#
# SPDX-License-Identifier: GPL-3.0-or-later

Expand All @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
go: [ '1.18', '1.19' ]
go: [ '1.19', '1.20' ]

steps:
- name: Set up Go ${{ matrix.go }}
Expand All @@ -42,14 +42,14 @@ jobs:
- name: Setup linter
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Check out code
uses: actions/checkout@v3

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.51.2
args: --config contrib/golangci-lint/.golangci.yml


Expand All @@ -63,4 +63,4 @@ jobs:
uses: actions/checkout@v3

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1.1.1
uses: fsfe/reuse-action@v1.2.0
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2020, 2021 Alvar Penning
# SPDX-FileCopyrightText: 2022 Markus Sommer
# SPDX-FileCopyrightText: 2022, 2023 Markus Sommer
#
# SPDX-License-Identifier: GPL-3.0-or-later

Expand All @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
go: [ '1.18', '1.19' ]
go: [ '1.19', '1.20' ]

steps:
- name: Set up Go ${{ matrix.go }}
Expand Down

0 comments on commit cb7074a

Please sign in to comment.