diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2026-04-01 22:37:17 -0400 |
|---|---|---|
| committer | siddharth ravikumar <s@ricketyspace.net> | 2026-04-01 22:37:17 -0400 |
| commit | 7f150f5c44455381b9e9b7274c785da6ec59f09d (patch) | |
| tree | 0c910afa780989824a3e10dd083506e874fef129 | |
| parent | 6cc890e268902e3265401c380d14f708e7775dbf (diff) | |
.github/workflows/test.yml: bump go version
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d742952..4b771b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.23' + go-version: '1.26' check-latest: true - run: make vet - run: make test TEST_OPTS=-race |
