mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
CI: update go version
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
baedf15e0e
commit
6ad1f69b2c
2 changed files with 6 additions and 6 deletions
10
.github/workflows/development.yml
vendored
10
.github/workflows/development.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.25']
|
||||
go: ['1.26']
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '1.25'
|
||||
go-version: '1.26'
|
||||
|
||||
- name: Run test cases using SQLite provider
|
||||
run: |
|
||||
|
|
@ -269,7 +269,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '1.25'
|
||||
go-version: '1.26'
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
@ -333,7 +333,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '1.25'
|
||||
go-version: '1.26'
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
@ -554,7 +554,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '1.25'
|
||||
go-version: '1.26'
|
||||
- uses: actions/checkout@v6
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v9
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -9,7 +9,7 @@ permissions:
|
|||
contents: write
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.25.3
|
||||
GO_VERSION: 1.25.8
|
||||
|
||||
jobs:
|
||||
prepare-sources-with-deps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue