We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d514fb8 commit dd73e7dCopy full SHA for dd73e7d
.github/workflows/ci.yml
@@ -21,15 +21,11 @@ jobs:
21
debian:
22
name: debian
23
runs-on: ubuntu-20.04
24
- container: golang:1.16-stretch
+ container: golang:1.16-buster
25
steps:
26
- name: Fetch deps
27
run: |
28
apt-get -q update && apt-get -q install -y build-essential libssl-dev uuid-dev squashfs-tools cryptsetup-bin
29
- echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
30
- apt-get -q update
31
- apt-get -q remove -y --purge git
32
- apt-get -q install -y -t stretch-backports git
33
34
- uses: actions/checkout@v2
35
0 commit comments