Skip to content

Commit 8cffd8e

Browse files
authored
matching go-version to the updated
1 parent f7e7940 commit 8cffd8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- amd64
2222
- arm64
2323
go-version:
24-
- '1.17'
24+
- '1.21'
2525
steps:
2626

2727
- uses: actions/checkout@v3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
go-version:
21-
- '1.17'
21+
- '1.21'
2222
steps:
2323

2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)