Skip to content

Commit 2318bf1

Browse files
committed
Update golang version in runner
Also don't build twice.
1 parent 9148c3b commit 2318bf1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v4
1616
with:
17-
go-version: '1.20'
17+
go-version: '1.24'
1818

1919
- name: Check style
2020
run: make style
2121

22-
- name: Check that we can compile the exporter
23-
run: make build
24-
25-
- name: Check that we can build the docker container
22+
- name: Build Docker container
2623
run: make docker-build

0 commit comments

Comments
 (0)