Skip to content

Commit

Permalink
workflows: remove outdated codeql workflow, update go runner to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
rorycl committed Jun 18, 2024
1 parent cae1202 commit 1a98ac4
Showing 2 changed files with 1 addition and 71 deletions.
70 changes: 0 additions & 70 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.22

- name: Build
run: go build -v ./...

0 comments on commit 1a98ac4

Please sign in to comment.