Skip to content

Commit

Permalink
Merge pull request #35 from chrisd8088/update-go-1-21
Browse files Browse the repository at this point in the history
Update to Go 1.21
  • Loading branch information
chrisd8088 authored Oct 3, 2023
2 parents 9dc8a29 + 7850249 commit dbe7a69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: CI
on: [push, pull_request]
env:
GOTOOLCHAIN: local

jobs:
build-go:
name: Default build
strategy:
matrix:
go: ['1.18.x', '1.19.x']
go: ['1.20.x', '1.21.x']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dbe7a69

Please sign in to comment.