Skip to content

Commit

Permalink
Update to GoLang 1.21 (cnoe-io#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Romano <[email protected]>
  • Loading branch information
blakeromano authored Dec 12, 2023
1 parent cfe5799 commit a9b2378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: Run tests
run: |
make build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20.0'
go-version: '1.21.0'
# Ensure generation tools run
- name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cnoe-io/idpbuilder

go 1.20
go 1.21

require (
code.gitea.io/sdk/gitea v0.16.0
Expand Down

0 comments on commit a9b2378

Please sign in to comment.