Skip to content

Commit 8450051

Browse files
authored
solve version go mod
1 parent 5e3654c commit 8450051

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go-version: [ '1.18.x', '1.19.x', '1.20.x', '1.21.x', '1.22.x' ]
14+
go-version: [ '1.20.x', '1.21.x', '1.22.x' ]
1515
steps:
1616
- uses: actions/checkout@v3
1717
#

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
go-version: [ '1.18.x', '1.19.x', '1.20.x', '1.21.x', '1.22.x' ]
20+
go-version: [ '1.20.x', '1.21.x', '1.22.x' ]
2121
#
2222
steps:
2323
- uses: actions/checkout@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/HiWay-Media/hwm-go-utils
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/Nerzal/gocloak/v10 v10.0.1

0 commit comments

Comments
 (0)