mirror of
https://github.com/kopia/kopia.git
synced 2026-06-26 23:05:42 -04:00
chore(ci): always use latest patch version of Go (#3280)
This commit is contained in:
1
.github/workflows/code-coverage.yml
vendored
1
.github/workflows/code-coverage.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
- name: Run Tests
|
||||
run: make test-with-coverage
|
||||
|
||||
1
.github/workflows/compat-test.yml
vendored
1
.github/workflows/compat-test.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
- name: Compat Test
|
||||
run: make compat-tests
|
||||
|
||||
1
.github/workflows/endurance-test.yml
vendored
1
.github/workflows/endurance-test.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
- name: Endurance Tests
|
||||
run: make endurance-tests
|
||||
|
||||
1
.github/workflows/htmlui-tests.yml
vendored
1
.github/workflows/htmlui-tests.yml
vendored
@@ -34,6 +34,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
- name: Run Tests
|
||||
run: make htmlui-e2e-test
|
||||
|
||||
1
.github/workflows/license-check.yml
vendored
1
.github/workflows/license-check.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
- name: Download dependencies
|
||||
run: go mod vendor
|
||||
|
||||
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
if: ${{ !contains(matrix.os, 'ARMHF') }}
|
||||
- id: govulncheck
|
||||
|
||||
1
.github/workflows/make.yml
vendored
1
.github/workflows/make.yml
vendored
@@ -47,6 +47,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
if: ${{ !contains(matrix.os, 'ARMHF') }}
|
||||
- name: Install GoLang for ARMHF
|
||||
|
||||
1
.github/workflows/providers-core.yml
vendored
1
.github/workflows/providers-core.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
- name: Install Dependencies
|
||||
run: make provider-tests-deps
|
||||
|
||||
1
.github/workflows/providers-extra.yml
vendored
1
.github/workflows/providers-extra.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
- name: Install Dependencies
|
||||
run: make provider-tests-deps
|
||||
|
||||
1
.github/workflows/race-detector.yml
vendored
1
.github/workflows/race-detector.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
- name: Unit Tests
|
||||
run: make -j2 test UNIT_TEST_RACE_FLAGS=-race UNIT_TESTS_TIMEOUT=1200s
|
||||
|
||||
1
.github/workflows/stress-test.yml
vendored
1
.github/workflows/stress-test.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
- name: Stress Test
|
||||
run: make stress-test
|
||||
|
||||
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -45,6 +45,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
check-latest: true
|
||||
id: go
|
||||
if: ${{ !contains(matrix.os, 'ARMHF') }}
|
||||
- name: Install GoLang for ARMHF
|
||||
|
||||
Reference in New Issue
Block a user