We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770bfcd commit 649aabeCopy full SHA for 649aabe
2 files changed
.github/workflows/go.yaml
@@ -2,9 +2,9 @@ name: Go
2
3
on:
4
push:
5
- branches: [ release-4.13 ]
+ branches: [ release-4.14 ]
6
pull_request:
7
8
9
jobs:
10
build:
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v4
17
with:
18
- go-version: '1.19'
+ go-version: '1.20'
19
20
- name: Build
21
run: go build -v ./...
go.mod
@@ -1,5 +1,5 @@
1
module github.com/openshift-sustaining/arc-test-component-b
-go 1.19
+go 1.20
require github.com/golang/glog v1.1.2
0 commit comments