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 43568d6 commit 218e545Copy full SHA for 218e545
.github/workflows/go-test.yml
@@ -6,8 +6,6 @@ on:
6
pull_request:
7
branches: [main]
8
9
-env:
10
- GO_VERSION: "1.25.1"
11
12
jobs:
13
go-test:
@@ -19,7 +17,7 @@ jobs:
19
17
- name: Set up Go
20
18
uses: actions/setup-go@v5
21
with:
22
- go-version: ${{ env.GO_VERSION }}
+ go-version-file: go.mod
23
24
- name: Run tests
25
run: go tool task test
.github/workflows/release.yml
@@ -6,7 +6,6 @@ on:
- "[0-9]+.[0-9]+.[0-9]+*"
env:
PROJECT_NAME: "arduino-router"
GITHUB_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
GITHUB_USERNAME: ArduinoBot
@@ -34,7 +33,7 @@ jobs:
34
33
35
36
37
38
39
- name: Build deb
40
run: |
0 commit comments