Use Go version from go.mod
Some checks failed
Test and build / test (push) Successful in 1m13s
Test and build / build (arm, 6, linux) (push) Failing after 2m41s
Test and build / build (arm, 7, linux) (push) Failing after 2m39s
Test and build / build (amd64, , linux) (push) Failing after 2m44s

This commit is contained in:
2026-02-23 12:38:19 +01:00
parent e55c4bca9f
commit b1b6552b67

View File

@@ -9,12 +9,11 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - uses: actions/checkout@v6
uses: actions/checkout@v6 - uses: actions/setup-go@v6
- name: Setup Go
uses: actions/setup-go@v5
with: with:
go-version: stable go-version-file: 'go.mod'
check-latest: false
#- name: golangci-lint #- name: golangci-lint
# uses: golangci/golangci-lint-action@v9 # uses: golangci/golangci-lint-action@v9
# with: # with:
@@ -36,12 +35,11 @@ jobs:
goarch: arm goarch: arm
goarm: "7" goarm: "7"
steps: steps:
- name: Checkout code - uses: actions/checkout@v6
uses: actions/checkout@v6 - uses: actions/setup-go@v6
- name: Setup Go
uses: actions/setup-go@v5
with: with:
go-version: stable go-version-file: 'go.mod'
check-latest: false
- name: Set target variables - name: Set target variables
run: | run: |
echo "GOOS=${{ matrix.goos }}" >> $GITHUB_ENV echo "GOOS=${{ matrix.goos }}" >> $GITHUB_ENV