diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9de9430..e33f5e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: ['1.26.3'] + go: ['1.27'] steps: - uses: actions/checkout@v7 - uses: actions/setup-go@v6 @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: '1.26.3' + go-version: '1.27' - run: | GOOS=linux GOARCH=amd64 go build -o bin/shellfb-linux-amd64 ./cmd/shellfb