Skip to content

Commit dd73e7d

Browse files
committed
update debian in ci from stretch to buster
1 parent d514fb8 commit dd73e7d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,11 @@ jobs:
2121
debian:
2222
name: debian
2323
runs-on: ubuntu-20.04
24-
container: golang:1.16-stretch
24+
container: golang:1.16-buster
2525
steps:
2626
- name: Fetch deps
2727
run: |
2828
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
3329
3430
- uses: actions/checkout@v2
3531

0 commit comments

Comments
 (0)