Skip to content

Commit 98cef0a

Browse files
committed
change go version
1 parent 57175f9 commit 98cef0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@master
15-
- uses: actions/setup-go@v1
15+
- uses: actions/setup-go@v2
1616
with:
17-
go-version: '1.13.5'
17+
go-version: '1.15'
1818

1919
- name: Build
2020
run: CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o github-actions-exporter

0 commit comments

Comments
 (0)