We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f05ca commit 3783472Copy full SHA for 3783472
.github/workflows/release.yml
@@ -1,7 +1,8 @@
1
# Build the Boulder Debian package on every PR, push to main, and tag push. On
2
# tag pushes, additionally create a GitHub release and with the resulting Debian
3
# package.
4
-# Keep in sync with try-release.yml
+# Keep in sync with try-release.yml, with the exception that try-release.yml
5
+# can have multiple entries in its matrix but this should only have one.
6
name: Build release
7
on:
8
push:
@@ -15,7 +16,6 @@ jobs:
15
16
matrix:
17
GO_VERSION:
18
- "1.19.5"
- - "1.20"
19
runs-on: ubuntu-20.04
20
permissions:
21
contents: write
0 commit comments