Skip to content

Commit

Permalink
chore: setup go 1.21 for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
slurdge committed Oct 27, 2023
1 parent eb2ade1 commit 9fb6849
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.21

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: 1.21

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 9fb6849

Please sign in to comment.