Skip to content

Commit

Permalink
bump ci go version
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Apr 8, 2024
1 parent 7968313 commit e68743b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-cosmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.21"
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml.archive
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# - name: Install Go
# uses: actions/setup-go@v3
# with:
# go-version: "1.20"
# go-version: "1.21"
# - name: Checkout code
# uses: actions/checkout@v3
# - name: Test
Expand Down

0 comments on commit e68743b

Please sign in to comment.