diff options
| author | Will Hawkins <[email protected]> | 2024-01-07 15:49:35 -0500 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2024-01-07 15:49:35 -0500 |
| commit | 044535862f1f4c4bae00efaade33f3a59e9234d6 (patch) | |
| tree | 63dad334e10cf76df437ddf2f171e3c5a65e9986 | |
| parent | 218f2e6d235c4e947a04a39e4e09acde7675de6a (diff) | |
Update to Go 1.21 in Actions
Signed-off-by: Will Hawkins <[email protected]>
| -rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0b0d2d1..73ded34 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.21' - name: Build run: make build |
