Run CI on push to master and bump Go to 1.26.0 #1

Merged
Ghost merged 2 commits from ci/push-and-go-1.26 into master 2026-08-31 18:59:18 -05:00
2 changed files with 8 additions and 5 deletions
Showing only changes of commit e12142633a - Show all commits
+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