summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2024-01-07 15:49:35 -0500
committerWill Hawkins <[email protected]>2024-01-07 15:49:35 -0500
commit044535862f1f4c4bae00efaade33f3a59e9234d6 (patch)
tree63dad334e10cf76df437ddf2f171e3c5a65e9986
parent218f2e6d235c4e947a04a39e4e09acde7675de6a (diff)
Update to Go 1.21 in Actions
Signed-off-by: Will Hawkins <[email protected]>
-rw-r--r--.github/workflows/test.yaml2
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