Skip to content

Commit

Permalink
Merge pull request #210 from digitalocean/geoff/go-1.21
Browse files Browse the repository at this point in the history
bump go version for CI to 1.21
  • Loading branch information
trapgate authored Feb 20, 2024
2 parents 2939327 + 5a43845 commit fcb3518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
test:
strategy:
matrix:
os: ['ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04']
os: ['ubuntu-20.04', 'ubuntu-22.04']

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2 # respository path: $GITHUB_WORKSPACE
- uses: actions/setup-go@v2
with:
go-version: 1.16.2
go-version: 1.21

- name: Install golint
run: go get -u golang.org/x/lint/golint
run: go install golang.org/x/lint/golint@latest
- name: Install goyacc
run: go get golang.org/x/tools/cmd/goyacc
run: go install golang.org/x/tools/cmd/goyacc@latest

- name: Install libvirt
run: |
Expand Down

0 comments on commit fcb3518

Please sign in to comment.