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 30f7ed9 commit 4673d24Copy full SHA for 4673d24
.github/workflows/examples.yml
.github/workflows/go.yml
@@ -2,20 +2,20 @@ name: Go
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [main]
6
pull_request:
7
8
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2
14
15
- - name: Set up Go
16
- uses: actions/setup-go@v2
17
- with:
18
- go-version: 1.17
+ - name: Set up Go
+ uses: actions/setup-go@v2
+ with:
+ go-version: 1.18
19
20
- - name: Build
21
- run: go build
+ - name: Build
+ run: go build
0 commit comments