Skip to content

Commit abf2d00

Browse files
committed
feat: switch pipeline to go 1.20
1 parent 8865537 commit abf2d00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
go-version: ["1.18", "1.19", "1.20", "1.21", "1.22", "1.23"]
11+
go-version: ["1.20", "1.21", "1.22", "1.23"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The usage of the SDK is shown in some [examples](https://github.com/stackitcloud
1515

1616
## Getting started
1717

18-
Requires `Go 1.18` or higher.
18+
Requires `Go 1.20` or higher.
1919

2020
To download the `core` module:
2121

golang-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ linters:
9393
- unparam # false positives
9494
issues:
9595
exclude-use-default: false
96-
go: 1.18
96+
go: 1.20

0 commit comments

Comments
 (0)