Skip to content

Commit

Permalink
Cleanup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Feb 27, 2024
1 parent 38694c5 commit 00d96b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Go

on:
push:
branches: [ "main", "develop" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]

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

- name: Build
run: go build -v ./...
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/relay-docker-image.yml

This file was deleted.

0 comments on commit 00d96b6

Please sign in to comment.