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 d920061 commit 9cb8c57Copy full SHA for 9cb8c57
.github/workflows/build.yml
@@ -8,23 +8,8 @@ on:
8
branches: [ "main" ]
9
10
jobs:
11
- test:
12
- name: Run Tests
13
- runs-on: ubuntu-latest
14
- steps:
15
- - uses: actions/checkout@v4
16
-
17
- - name: Set up Go
18
- uses: actions/setup-go@v4
19
- with:
20
- go-version: '1.21' # Updated to 1.21
21
22
- - name: Run tests
23
- run: go test -v ./internal/...
24
25
build:
26
name: Build Binaries
27
- needs: test
28
runs-on: ubuntu-latest
29
strategy:
30
matrix:
@@ -48,7 +33,7 @@ jobs:
48
33
- name: Set up Go
49
34
uses: actions/setup-go@v4
50
35
with:
51
36
+ go-version: '1.21'
52
37
53
38
- name: Build for ${{ matrix.os }} / ${{ matrix.arch }}
54
39
env:
0 commit comments