Skip to content

Commit

Permalink
chore: bump golang version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Oct 30, 2024
1 parent f91f052 commit 93c811a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v5
with:
go-version: '1.21.3'
go-version: '1.23.2'
- run: go version
- run: go mod download
- run: go build cmd/astronomer.go
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v5
with:
go-version: '1.21.3'
go-version: '1.23.2'
- run: go version
- run: go mod download
- run: go vet ./...
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.21.3'
go-version: '1.23.2'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run tests
Expand All @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v5
with:
go-version: '1.21.3'
go-version: '1.23.2'
- run: go build cmd/astronomer.go
- run: ./astronomer migrate --config assets/config-ci.toml
- run: ./astronomer rollback --config assets/config-ci.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: '1.21.3'
go-version: '1.23.2'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 93c811a

Please sign in to comment.