Skip to content

Commit e62dd19

Browse files
committedApr 5, 2022
update github actions for newer go versions
1 parent 4325538 commit e62dd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
go-version: [ 1.16.x, 1.15.x ]
7+
go-version: [ 1.18.x, 1.17.x ]
88
os: [ ubuntu-latest ]
99
runs-on: ${{matrix.os}}
1010
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.