File tree Expand file tree Collapse file tree 8 files changed +9
-2
lines changed Expand file tree Collapse file tree 8 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11---
22name : Go
3- on :
3+ " on " :
44 push :
55 branches : [main]
66 pull_request :
1919 runs-on : ubuntu-latest
2020 strategy :
2121 matrix :
22- go : ['1.14 ', '1.15 ']
22+ go : ['1.17 ', '1.18 ']
2323 steps :
2424 - run : sudo apt-get -qq update
2525 - name : Install libsystemd-dev
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build !windows
1516// +build !windows
1617
1718// Package activation implements primitives for systemd socket activation.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build ignore
1516// +build ignore
1617
1718// Activation example used by the activation unit tests.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build ignore
1516// +build ignore
1617
1718package main
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build ignore
1516// +build ignore
1617
1718// Activation example used by the activation unit tests.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build ignore
1516// +build ignore
1617
1718// Activation example used by the activation unit tests.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build cgo
1516// +build cgo
1617
1718package util
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build !cgo
1516// +build !cgo
1617
1718package util
You can’t perform that action at this time.
0 commit comments