Run CI on push to master and bump Go to 1.26.0
CI / check-and-test (pull_request) Failing after 20s

Match steamcache2: trigger check-and-test on pull_request and push to the default branch. Tests passed on 1.26.0.
This commit is contained in:
s1d3sw1ped_bot
2026-08-31 21:13:07 +00:00
parent 5165713406
commit e12142633a
2 changed files with 8 additions and 5 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
name: PR Check
name: CI
on:
- pull_request
pull_request:
push:
branches:
- master
jobs:
check-and-test:
+1 -1
View File
@@ -1,6 +1,6 @@
module teleport
go 1.23.5
go 1.26.0
require (
github.com/miekg/dns v1.1.68