Skip to content

Commit 30090d9

Browse files
committed
Cleanup github action
1 parent 3123459 commit 30090d9

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Golang
1818
uses: actions/setup-go@v1
1919
with:
20-
go-version: '1.17.2'
20+
go-version: '1.17.5'
2121
- name: Download all Go modules
2222
run: |
2323
go mod download
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Golang
3636
uses: actions/setup-go@v1
3737
with:
38-
go-version: '1.17.2'
38+
go-version: '1.17.5'
3939
- name: Restore go build cache
4040
uses: actions/cache@v1
4141
with:
@@ -70,16 +70,12 @@ jobs:
7070
ports:
7171
- 5000:5000
7272
steps:
73-
- name: Create checkout directory
74-
run: mkdir -p ~/go/src/github.com/gitpod-io
7573
- name: Checkout code
7674
uses: actions/checkout@v2
77-
- name: Create symlink in GOPATH
78-
run: ln -s $(pwd) ~/go/src/github.com/gitpod-io/dazzle
7975
- name: Setup Golang
8076
uses: actions/setup-go@v1
8177
with:
82-
go-version: '1.17.2'
78+
go-version: '1.17.5'
8379
- name: Restore go build cache
8480
uses: actions/cache@v1
8581
with:
@@ -120,16 +116,12 @@ jobs:
120116
needs:
121117
- build-go
122118
steps:
123-
- name: Create checkout directory
124-
run: mkdir -p ~/go/src/github.com/gitpod-io
125119
- name: Checkout code
126120
uses: actions/checkout@v2
127-
- name: Create symlink in GOPATH
128-
run: ln -s $(pwd) ~/go/src/github.com/gitpod-io/dazzle
129121
- name: Setup Golang
130122
uses: actions/setup-go@v1
131123
with:
132-
go-version: '1.17.2'
124+
go-version: '1.17.5'
133125
- name: Restore go build cache
134126
uses: actions/cache@v1
135127
with:

0 commit comments

Comments
 (0)