Skip to content

Commit cf2181d

Browse files
committed
Upgrade workflows to 1.22
1 parent 3aa13c1 commit cf2181d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ ubuntu-latest, macos-latest, windows-latest ]
10-
go: [ 1.20.x ]
10+
go: [ 1.22.x ]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@main

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build and Test
88
strategy:
99
matrix:
10-
go: [ 1.20.x ]
10+
go: [ 1.22.x ]
1111
runs-on:
1212
- ubuntu-latest
1313
steps:

0 commit comments

Comments
 (0)