Skip to content

Commit 544d9f9

Browse files
committed
update the github action workflows
1 parent 3178804 commit 544d9f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
GOPATH: /home/runner/go # For go 1.7
66
jobs:
77
build:
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-22.04
99
name: Go ${{ matrix.go }}
1010
strategy:
1111
matrix:
@@ -22,6 +22,7 @@ jobs:
2222
- '1.16'
2323
- '1.17'
2424
- '1.18'
25+
- '1.19'
2526
steps:
2627
- uses: actions/checkout@v2
2728
- name: Setup Go

0 commit comments

Comments
 (0)