Skip to content

Commit

Permalink
Github Actions Configured
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-Bee committed May 2, 2024
1 parent 538221c commit fc4bc37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go

on:
Expand All @@ -19,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Build
run: go build -v ./...
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 benchmarkDB

go 1.22.0
go 1.22

require (
github.com/charmbracelet/bubbletea v0.25.0
Expand Down

0 comments on commit fc4bc37

Please sign in to comment.