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 e7effbb commit ceb9b6fCopy full SHA for ceb9b6f
.github/workflows/go-test.yml
@@ -6,9 +6,6 @@ on:
6
pull_request:
7
branches: [main]
8
9
-env:
10
- GO_VERSION: "1.25.1"
11
-
12
jobs:
13
go-test:
14
runs-on: ubuntu-latest
@@ -25,7 +22,7 @@ jobs:
25
22
- name: Set up Go
26
23
uses: actions/setup-go@v5
27
24
with:
28
- go-version: ${{ env.GO_VERSION }}
+ go-version-file: go.mod
29
30
- name: Run tests
31
run: task test
.github/workflows/release.yml
@@ -6,7 +6,6 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+*"
env:
PROJECT_NAME: "releaser"
GITHUB_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
GITHUB_USERNAME: ArduinoBot
@@ -32,7 +31,7 @@ jobs:
32
33
34
35
36
37
- name: Build Binary
38
0 commit comments