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
+7 -4
View File
@@ -1,6 +1,9 @@
name: PR Check
name: CI
on:
- pull_request
pull_request:
push:
branches:
- master
jobs:
check-and-test:
@@ -10,6 +13,6 @@ jobs:
- uses: actions/setup-go@main
with:
go-version-file: 'go.mod'
- run: go mod tidy
- run: go mod tidy
- run: go build ./...
- run: go test -race -v -shuffle=on ./...
- run: go test -race -v -shuffle=on ./...
+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