Skip to content

Commit 8c7c4fd

Browse files
authored
Merge pull request #6038 from DrDaveD/buster-ci
Update debian in ci from stretch to buster
2 parents 54b4598 + dd73e7d commit 8c7c4fd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
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)