mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
implement structured logging
This commit is contained in:
committed by
Benj Fassbind
parent
0c749922c9
commit
8e62195eb5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
go: [1.16, 1.17, 1.18]
|
||||
go: [1.17, 1.18, 1.19]
|
||||
run_long_tests: [no]
|
||||
allow_failure: [false]
|
||||
include:
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
# - go: master
|
||||
# run_long_tests: no
|
||||
# allow_failure: true
|
||||
- go: 1.17
|
||||
- go: 1.18
|
||||
run_long_tests: yes
|
||||
allow_failure: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user