mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
CI: set Go version to 1.20.5
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
324d695d93
commit
d120957736
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
tags: 'v*'
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.20.4
|
||||
GO_VERSION: 1.20.5
|
||||
|
||||
jobs:
|
||||
prepare-sources-with-deps:
|
||||
|
|
Loading…
Reference in a new issue