Skip to content

Commit 3783472

Browse files
jshaaarongable
andauthored
Release on only one Go version (#6637)
Co-authored-by: Aaron Gable <aaron@letsencrypt.org>
1 parent 15f05ca commit 3783472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Build the Boulder Debian package on every PR, push to main, and tag push. On
22
# tag pushes, additionally create a GitHub release and with the resulting Debian
33
# package.
4-
# Keep in sync with try-release.yml
4+
# 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.
56
name: Build release
67
on:
78
push:
@@ -15,7 +16,6 @@ jobs:
1516
matrix:
1617
GO_VERSION:
1718
- "1.19.5"
18-
- "1.20"
1919
runs-on: ubuntu-20.04
2020
permissions:
2121
contents: write

0 commit comments

Comments
 (0)